Products
Create Product
Create a new product owned by the seller.
POST
Creates a product; when no status is provided it is created with status
proposed.
When the product request flow is enabled,
status may only be draft or proposed — publishing requires operator approval.Query parameters
Comma-separated fields to include in the returned product. Prefix with
+/- to add to or remove from the defaults.Body parameters
The product’s title.
The product’s subtitle.
The product’s description.
One of
draft, proposed, published, rejected. Restricted to draft / proposed when the product request flow is enabled.Whether the product is a gift card.
Whether discounts can apply to the product.
URL of the product’s thumbnail image.
The product’s URL handle; generated from the title when omitted.
ID of the product in an external system.
ID of the product type.
ID of the collection the product belongs to.
Product attribute assignments; each entry references an existing attribute by
id or defines one inline by title.Weight of the product.
Length of the product.
Height of the product.
Width of the product.
Harmonized System code.
Manufacturer ID code.
Country of origin.
Material of the product.
Custom key-value pairs.
Extra data passed to workflow hooks.