productVariantsBulkUpdate
MutationUpdates multiple variants of a product in bulk.
#
Arguments
- ProductVariantsBulkUpdateInput!Required
input The bulk update input with product ID and variant update details.
#
Payload
- [ProductVariantsBulkUpdateError!]
errors User-facing errors that prevented the operation from succeeding.
- Product
product The product which contains the variants that have been updated.
- [ProductVariant!]
productVariants A list of product variants that have been updated.