removeProductVariantOptionValue
Delete/remove a variant option's value
This page contains
Arguments
input RemoveProductVariantOptionValueInput! PREVIEW |
RemoveProductVariantOptionValueInput fields
productId ID! | Id of the product to remove the variant option from |
optionCode String! | The code of the variant option |
valueCode String! | The code of the variant option value to remove |
Return Fields
product Product PREVIEW | The updated product |
userErrors [RemoveProductVariantOptionValueError!] 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.