Docs
Dashboard

ProductVariantsBulkCreatePayload

Object

Represents a payload for creating or updating product variants in bulk.

#

Fields


errors
[ProductVariantsBulkCreateError!]

User-facing errors that prevented the operation from succeeding.

product
Product

The product which contains the variants that have been created.

productVariants
[ProductVariant!]

A list of product variants that have been created.

#

Mutations


Creates multiple variants for a product in bulk.