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).
Access Scopes
Arguments
clientIdentifier:
String -
An optional identifier which may be used for querying.
mutation:
String! -
The mutation to be executed in bulk.
stagedUploadPath:
String! -
The staged upload path of the file containing mutation variables.
Returns
bulkOperation:
BulkOperation
The newly created bulk operation.
userErrors:
BulkMutationUserError!
The list of errors that occurred from executing the mutation.