add_product_options
Add new product options (Size, Color, Material) with initial values to an existing product. Adheres to Shopify's 3-option limit and automatically assigns option-values to variants.
Instructions
Add new options (like Size, Color, Material) to an existing product, along with their initial possible values. Shopify caps products at 3 options total — passing more is rejected. Adding an option creates new option-values that existing variants must be assigned to (Shopify auto-assigns the first value if not specified). After adding, use create_variants to add SKUs across the new option-value combinations. Cannot remove options via this tool — that requires re-creating the product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | Product GID. | |
| options | Yes | Up to 3 options per product (Shopify limit). |