Get a list of variant inventory positions
Get variants and their inventory details, including total inventory and inventory based on location.To get items with inventory updated since a Unix epoch Time, pass the updated_at_{operator}
as a query paramater, where {operator}
is
lt (less than)
lte (less than or equal)
gt (greater than)
gte (greater than or equal).
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
Total number of records
Next page (applicable in a paginated response)
Previous page (applicable in a paginated response)
Was this page helpful?