Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The product'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 a product. The product's details.
The product's title.
The product's subtitle.
The product's description.
Whether the product is a gift card.
Whether discounts can be applied on the product.
The product's images.
The product's thumbnail URL.
The product's unique handle.
The product's status.
draft
, proposed
, published
, rejected
The ID of the product's type.
The ID of the product's collection.
The product's categories.
The product's tags.
The product's options.
The product's variants. You can add new variants or update existing ones, passing their IDs in the object.
The sales channels that the product is available in.
The product's weight.
The product's length.
The product's height.
The product's width.
The product's HS code.
The product's MID code.
The product's origin country.
The product's material.
The product's metadata, can hold custom key-value pairs.
The ID of the product in an external or third-party system.
Pass additional custom data to the API route. This data is passed to the underlying workflow under the additional_data
parameter.
Response
OK
The product's details.
The product's details.