BulkMutationUserError - admin-graphql - OBJECT
Version: 2024-10
Description:
Represents an error that happens during execution of a bulk mutation.
Access Scopes
Fields
code
: BulkMutationErrorCode - 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
bulkOperationRunMutation
Creates and runs a bulk operation mutation. To learn how to bulk import large volumes of data asynchronously, refer to the [bulk import data guide](https://shopify.dev/api/usage/bulk-operations/imports).
Related Unions
Examples