Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The inventory item's ID.
Query Parameters
Comma-separated fields that should be included in the returned data. if a field is prefixed with +
it will be added to the default fields, using -
will remove it from the default fields. without prefix it will replace the entire default fields.
Body
The properties to update in the inventory item.
The inventory item's SKU.
The inventory item's HS code.
The inventory item's weight.
The inventory item's length.
The inventory item's height.
The inventory item's width.
The inventory item's origin country.
The inventory item's MID code.
The inventory item's material.
The inventory item's title.
The inventory item's description.
Whether the inventory item requires shipping.
The URL of an image to be used as the inventory item's thumbnail. You can use the Upload API routes to upload an image and get its URL.
The inventory item's metadata. Can be custom data in key-value pairs.
Response
OK
The inventory item's details.
The inventory item's details.