Docs
Dashboard

ProductVariantsBulkUpdatePayload

Object

Represents a payload for updating product variants in bulk.

#

Fields


errors
[ProductVariantsBulkUpdateError!]

User-facing errors that prevented the operation from succeeding.

product
Product

The product which contains the variants that have been updated.

productVariants
[ProductVariant!]

A list of product variants that have been updated.

#

Mutations


Updates multiple variants of a product in bulk.