Anchor to ProductVariantsBulkDeleteUserErrorProduct
objectProduct Variants Bulk Delete User Error
Requires access scope.
Error codes for failed bulk variant delete mutations.
Anchor to FieldsFields
- Anchor to codecode•Product
Variants Bulk Delete User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Deletes multiple variants in a single product. This mutation can be called directly or via the bulkOperation.
- Anchor to productIdproduct•ID!required
Id The ID of the product with the variants to update.
- Anchor to variantsIdsvariants•[ID!]!required
Ids An array of product variants IDs to delete.
Arguments
- Anchor to productproduct•Product
The updated product object.
- Anchor to userErrorsuser•[Product
Errors Variants Bulk Delete User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?