shopify_create_product
Create a Shopify product with title, description, price, variants, images, and options. Set status and collection membership as separate steps.
Instructions
Create a product, options, variants and images. Defaults to draft. Optional collection membership is a separate step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| price | No | ||
| store | Yes | ||
| title | Yes | ||
| images | No | ||
| status | No | DRAFT | |
| vendor | No | ||
| confirm | Yes | True only after authorization for this store and exact change. | |
| options | No | ||
| variants | No | ||
| productType | No | ||
| collectionId | No | ||
| descriptionHtml | No |