Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Retailer ID
Query Parameters
Unique identifier assigned to the variant by the brand
Brand ID. Multiple values may be separated by commas
Connection ID. Multiple values may be separated by comma.
Parent product identifier. Multiple values may be separated by commas
Retailer SKU
1: Variant is in stock <br /> 0: Variant is out of stock
1: Ignore deleted variant <br /> 0: Include deleted variant
1: Variant is sellable <br /> 0: Variant is not sellable
1: Variant is discontinued <br /> 0: Variant is active
1: Variant has no estimated availability date <br /> 0: Variant has estimated delivery date
1: Variant does not have an estimated availability date. <br /> 0: Variant has an estimated availability
Inventory update was less than specified Time (Unix epoch format)
Inventory update was less than or equal to specified Time (Unix epoch format) Time
Inventory update was greater than specified Time (Unix epoch format)
Inventory update was greater than or equal to a specified Time (Unix epoch format)
Sorting criteria
Page number within the paginated result set
Number of records per page
Response
OK
Total number of records
805
Next page (applicable in a paginated response)
"https://api.example.org/demo/{retailer_pk}/?page=5"
Previous page (applicable in a paginated response)
"https://api.example.org/demo/{retailer_pk}/?page=3"