ProductVariantsBulkCreatePayload
ObjectRepresents a payload for creating or updating product variants in bulk.
#
Fields
- [ProductVariantsBulkCreateError!]
errors User-facing errors that prevented the operation from succeeding.
- Product
product The product which contains the variants that have been created.
- [ProductVariant!]
productVariants A list of product variants that have been created.
#
Mutations
Creates multiple variants for a product in bulk.