Products
Create Product
Create a master catalog product.
POST
Creates a shared master product that sellers can be made eligible to sell.
Pass
seller_ids to set which sellers may sell the product. The attributes array accepts a unified input: reference an existing catalog attribute by id, or create an inline product-scoped attribute by title.Body parameters
Product title.
Product subtitle.
Product description.
Unique URL-safe handle, generated from the title if omitted.
One of
draft, proposed, published, rejected.Whether the product is a gift card.
Whether discounts can apply to the product.
URL of the product thumbnail.
Product images.
ID of the product in an external system.
ID of the product type.
ID of the collection to assign the product to.
IDs of sellers eligible to sell the product.
Categories to assign the product to.
Tags to assign to the product.
Product options used to build variants.
Unified attribute input — one of two shapes per item.
Product variants.
Product weight.
Product length.
Product height.
Product width.
Harmonized System code.
Manufacturer identification code.
Country of origin.
Product material.
Custom key-value data.
Custom data passed to workflow hooks.