create_product
Create a draft product with title, description, vendor, tags, options, and image URL. Use this as the first step to set up product structure before adding variants and prices.
Instructions
This tool creates a product structure with options (e.g., Color, Size) in DRAFT status. It handles product title, description, vendor, type, tags, and options configuration, but does not create variants with prices. Use this as the first step in product creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name (title) of the product | |
| tags | No | Comma-separated list of tags for the product | |
| vendor | No | Product vendor name | |
| options | No | Product options formatted as "OptionName1:Value1,Value2;OptionName2:ValueA,ValueB" | |
| media_url | No | URL of the primary image for the product | |
| description | No | Product description (HTML is supported) | |
| product_type | No | The category or type of the product |