updateProductVariants
Update the product's variant(s)
This page contains
Arguments
input UpdateProductVariantsInput! PREVIEW |
UpdateProductVariantsInput fields
productId ID! | Product id |
configuration [ProductVariantConfigurationInput!]! PREVIEW | List of option, value that will be computed to correspond to one or more product variants. Example configuration:
|
physicalAttributes PhysicalAttributesInput PREVIEW | Updated physical attributes |
Return Fields
product Product PREVIEW | Product |
userErrors [UpdateProductVariantsError!] 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.