add_product_options
Add new options (like Size, Color) to a product with initial values. Shopify allows up to 3 options per product. New option-values require variant assignment; use create_variants for SKUs. Options cannot be removed.
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). |