Skip to main content
Anchor to productVariantRelationshipBulkUpdate

productVariantRelationshipBulkUpdate

mutation

Requires write_products access scope. Also: The shop must have access to bundles feature.

Creates new bundles, updates existing bundles, and removes bundle components for one or multiple bundles.

•[ProductVariantRelationshipUpdateInput!]!required

The input options for the product variant being updated.


Was this section helpful?

Anchor to ProductVariantRelationshipBulkUpdatePayload returnsProductVariantRelationshipBulkUpdatePayload returns

Anchor to parentProductVariantsparentProductVariants
•[ProductVariant!]

The product variants with successfully updated product variant relationships.

•[ProductVariantRelationshipBulkUpdateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?