Please make sure you read the Conventions before continuing with this guide.
Requirements.
You will need an X-API-KEY.
Finding a product.
You will interact with the /inventory/products endpoint of the Inventory Bucket
to look up all the products available to your account.
You can get all products available to your account by calling the products endpoint like this.
This will return only products that belongs to your account.
This is the call you will use if you are a provider
If you are instead a seller
and you sell other providers
products you will need to pass the providerIds in the products endpoint.
Parameter | Type | Example |
---|---|---|
providersIds | Array | 5910cfbafa1b904d0c000016,5910cfbafa1b904d0c000015 |