The Retailer API
View API reference documentation by clicking above – powered by Apiary.io
Authentication
- To access the retailer API, you must be on a VIP plan. Afterwards, login to your https://app.inventorysource.com/ account, navigate to the top right dropdown and click “API”.
- Click “Authenticate”
- This will send you to a Auth0.com URL. Login with your inventorysource.com credentials.
- Approve for your account to enable API access
- You will now be provided with a “refresh token”
- This refresh token can be used to obtain an “access token” that is valid for 24 hours. Once the access token expires, you can use this same refresh token to request a new one.
Rate Limiting
Sandbox
- Pool of 10 requests
- 1 request is replenished every 10 seconds
Production
- Pool of 20 requests
- 1 request is replenished every 4 seconds