ProductVariantsBulkDeleteUserError - admin-graphql - OBJECT
Version: unstable
Description:
Error codes for failed bulk variant delete mutations.
Access Scopes
`read_products` access scope.
Fields
-
code:
ProductVariantsBulkDeleteUserErrorCode -
The error code.
-
field:
String -
The path to the input field that caused the error.
-
message:
String! -
The error message.
Connections
Related queries
Related mutations
-
productVariantsBulkDelete
Deletes multiple variants in a single product. This mutation can be called directly or via the bulkOperation.
Related Unions
Examples