The ShopLinkr API lets you work directly with your warehouse data from your own systems. Think of automatically creating orders, updating stock, or retrieving product information. The API is intended for developers and technical partners who want to build their own integration.
Documentation
You can find the full technical documentation at api.shoplinkr.com/api/docs. There you will find all available resources, endpoints, parameters, and example requests. You can also try out requests directly.
Getting started
-
Create an API token with the right permissions.
-
View the interactive documentation here.
-
Send your first request with your token in the
Authorizationheader.
Good to know
-
The API is limited to 5 requests per second. This limit applies to all tokens within your account.
-
Every request requires a
User-Agentheader that identifies your integration. -
The API uses Bearer token authentication. You send your token in the
Authorizationheader.