Custom integration for your store
Did you build your own store software, or do you use a store platform other than the platforms that Picqer supports? Then you can build a custom integration through our API.
For marketplaces such as Amazon, Kaufland or Blokker, several partners have built ready-made integrations. You'll find them in the integrations overview.
Integrating via the API
The API is a separate (technical) interface that lets developers automatically retrieve data from your Picqer account and add new data. The API is available to all customers and partners.
Check out our API documentation.
If you connect a store via the API, we recommend supporting the following:
- Create new orders from your store in Picqer – via the orders endpoint
- Once an order is paid, mark it for processing – via the orders/process endpoint
- If an order is cancelled, cancel the order in Picqer – via the orders/cancel endpoint
- Once an order has been shipped in Picqer, mark the order as fulfilled in your store and send tracking details to the customer – via a picklists.shipments.created webhook
- Once stock changes in Picqer, update the stock in your store – via a products.free_stock_changed webhook
- Optional: push new or updated products from your store to Picqer – via the products endpoint
API support
Our support team is happy to give you all the help you need to integrate with the API. Let us know if we can help.


