UpdateProductVariantOptionValueInput
Attributes available to update a product variant option value
This page contains
Fields
| productId ID! | Product id |
| optionCode String! | Option code for the related variant option |
| valueCode String! | User defined code for the variant option's value (e.g. 'S' for size small) |
| name [LocalStringInput!] | Localized name of the variant option's value (e.g. EN: Small + FR: Petit) |
| hexcode StringInput | If the value is a color, defines its hexcode (e.g. E67E22) else null |
| isDefaultValue Boolean | Indicates if product variant option value is the default value |
| secondaryInformation [LocalStringInput!] | Additional information about a product variant option value |
Mutations for UpdateProductVariantOptionValueInput
| updateProductVariantOptionValue PREVIEW | Update a product variant option value |