# Wherehouse API ## Docs - [Structure Overview](https://dev.wherehouse.co.za/structure.md): - [Authentication / Obtaining an API Key](https://dev.wherehouse.co.za/authentication.md): - [Pagination](https://dev.wherehouse.co.za/pagination.md): - [Filtering](https://dev.wherehouse.co.za/filtering.md): - [Rate Limits](https://dev.wherehouse.co.za/rate-limits.md): ## API Docs - Products [/products](https://dev.wherehouse.co.za/products.md): - Orders [/orders](https://dev.wherehouse.co.za/orders.md): - Offers [/offers](https://dev.wherehouse.co.za/offers.md): - Repricers [/repricers](https://dev.wherehouse.co.za/repricers.md): - Repricers [/repricers](https://dev.wherehouse.co.za/create-update-repricer.md): Create or update a single repricer for a given offer. Matches based off product SKU. - Repricers [/repricers/batch](https://dev.wherehouse.co.za/batch-create-update-repricers.md): Create or update a many repricers. The update job is limited to 10 000 repricer updates per batch. Processes asynchronously and reports feedback on /imports endpoint. - Imports [/imports](https://dev.wherehouse.co.za/api-14167967.md): List all file imports, includes statistics and feedback on the import. - [/ping](https://dev.wherehouse.co.za/health-check.md): Test authentication and server connection.