Skip to main content
Anchor to ProductVariantsBulkCreatePayload

ProductVariantsBulkCreatePayload

payload

Return type for productVariantsBulkCreate mutation.

•Product

The updated product object.

•[ProductVariant!]

The newly created variants.

•[ProductVariantsBulkCreateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Creates multiple variants in a single product. This mutation can be called directly or via the bulkOperation.


Was this section helpful?