Skip to main content
Anchor to ProductVariantsBulkDeleteUserError

ProductVariantsBulkDeleteUserError

object

Requires read_products access scope.

Error codes for failed bulk variant delete mutations.

•ProductVariantsBulkDeleteUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

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

Arguments

•ID!required

The ID of the product with the variants to update.

•[ID!]!required

An array of product variants IDs to delete.


Fields

•Product

The updated product object.

•[ProductVariantsBulkDeleteUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?