Items
Update an item
Update an item’s serial, condition, processing status, or, in future, its metafields.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Numeric ID of the item to retrieve.
Body
application/json
Available options:
processed
, unprocessed
Available options:
available
, unavailable
, retired
, sold
ID of the condition to set. May be null to remove condition.
ID of the Shopify location to associate with the item. May be null to remove location assignment.
Response
200
application/json
Expected response to a valid request
Numeric ID of the item.
Available options:
processed
, unprocessed
Available options:
available
, unavailable
, sold
, retired
ID of the condition. May be null if no condition is set.
ID of the Shopify location where the item is stored. May be null if no location is set.
Timeline events for this item