Inventory
Get inventory of a single variant
Gets the inventory position for a single variant.
GET
/
v1
/
retailers
/
{retailer_pk}
/
inventory
/
{id}
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
retailer_pk
number
requiredRetailer ID
id
number
requiredInventory ID
Response
200 - application/json
inventory_updated_at
string
requiredTime of inventory update (UTC format)
inventory_last_submitted_at
string
requiredTime of inventory submit (UTC format)
brand_inventory_updated_at
string
requiredTime of vendor inventory update (UTC format)
sellable_updated_at
string
requiredTime variant was marked sellable (UTC format)
estimated_availability_date
string
requiredEstimated availability date of variant
Minimum length:
1
variant
object
inventory_policy
enum<string>
Represents whether vendor wants to manage the inventory or not
Available options:
unmanaged
, managed
inventory
integer
Count of variant available for sale
discontinued
boolean
true: Variant is discontinued <br /> false: Variant is active
discontinued_updated_at
string
Time variant marked discontinued (UTC format)
replenishable
boolean
true: Variant is replenishable <br /> false: Variant is not replenishable
sellable
string
true: Variant is sellable <br /> false: Variant is not sellable
locations
object[]
Was this page helpful?