Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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 product's details.
The product's title.
The product's options.
The product's subtitle.
The product's description.
Whether the product is a gift card.
Whether the product is discountable.
The product's images.
The URL of the product's thumbnail.
The product's handle.
The product's status.
draft
, proposed
, published
, rejected
The ID of the type the product belongs to.
The ID of the collection the product belongs to.
The categories the product belongs to.
The product's tags.
The product's variants.
The sales channels 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, used to store custom key-value pairs.
The ID of the product in an external or third-party system.
The ID of the product's shipping profile.
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.