RemoveProductVariantOptionValueInput
Attributes available to remove a product variant option value
This page contains
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 |
Mutations for RemoveProductVariantOptionValueInput
| removeProductVariantOptionValue PREVIEW | Delete/remove a variant option's value |