Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to bulkOperationRunMutation

bulkOperationRunMutation

mutation

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.

An optional identifier which may be used for querying.

String!required

The mutation to be executed in bulk.

String!required

The staged upload path of the file containing mutation variables.


Was this section helpful?

Anchor to BulkOperationRunMutationPayload returnsBulkOperationRunMutationPayload returns

The newly created bulk operation.

The list of errors that occurred from executing the mutation.


Was this section helpful?