create_product
Adds a product to your store. Defaults to draft (invisible to shoppers) unless 'active' status is set; prices in cents, images pre-uploaded.
Instructions
Create a product. Defaults to DRAFT (invisible to shoppers) unless status "active". Prices in integer cents. Upload images first with upload_image and pass the returned fileUrls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | No | ||
| tags | No | ||
| images | No | ||
| status | No | ||
| options | No | ||
| featured | No | ||
| variants | No | ||
| inventory | No | ||
| categoryId | No | ||
| vendor_sku | No | The vendor's own item number for this product | |
| description | No | HTML allowed | |
| price_cents | Yes | Price in integer CENTS (e.g. 1999 = $19.99). Never send dollars. | |
| productType | No | ||
| vendor_notes | No | Standing per-product instruction for the vendor, e.g. "Front print, design #12" | |
| fulfillment_vendor_id | No | Route orders for this product to a fulfillment vendor (see list_vendors) — the vendor is emailed an order sheet automatically | |
| compare_at_price_cents | No |