GET
/
v1
/
retailers
/
{retailer_pk}
/
inventory
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

retailer_pk
number
required

Retailer ID

id
number
required

Inventory ID

Response

200 - application/json
brand_inventory_updated_at
string
required

Time of vendor inventory update (UTC format)

estimated_availability_date
string
required

Estimated availability date of variant

Minimum length: 1
inventory_last_submitted_at
string
required

Time of inventory submit (UTC format)

inventory_updated_at
string
required

Time of inventory update (UTC format)

sellable_updated_at
string
required

Time variant was marked sellable (UTC format)

discontinued
boolean

true: Variant is discontinued <br /> false: Variant is active

discontinued_updated_at
string

Time variant marked discontinued (UTC format)

inventory
integer

Count of variant available for sale

inventory_policy
enum<string>

Represents whether vendor wants to manage the inventory or not

Available options:
unmanaged,
managed
locations
object[]
replenishable
boolean

true: Variant is replenishable <br /> false: Variant is not replenishable

sellable
string

true: Variant is sellable <br /> false: Variant is not sellable

variant
object