removeProductVariantOption
Remove a product variant option from a product
This page contains
Arguments
input RemoveProductVariantOptionInput! PREVIEW |
RemoveProductVariantOptionInput fields
productId ID! | Id of the product to remove the variant option from |
code String! | The code of the variant option to remove |
Return Fields
product Product PREVIEW | The updated product |
userErrors [RemoveProductVariantOptionError!] PREVIEW | User errors |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.