Skip to main content
Anchor to BulkMutationUserError

BulkMutationUserError

object

Represents an error that happens during execution of a bulk mutation.

•BulkMutationErrorCode

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

Creates and runs a bulk operation to import data asynchronously. This mutation executes a specified GraphQL mutation multiple times using input data from a JSONL file that you've uploaded to Shopify.

The operation processes each line in your JSONL file as a separate mutation execution. The operation delivers results in a JSONL file when it completes. You can run one bulk mutation operation at a time per shop, though a bulkOperationRunQuery operation can run simultaneously.

Learn more about bulk importing data.

Arguments

•String!
required

The mutation to be executed in bulk.

•String!
required

The staged upload path of the file containing mutation variables.

•Boolean!
requiredDefault:true

Whether to group objects under their corresponding parent objects in the JSONL output. Grouping is costly, causes bulk operations to take longer to complete, and increases the chances of failures such as timeouts.

•String

An optional identifier which may be used for querying.



Was this section helpful?


Was this section helpful?