bulkOperationCancel - admin-graphql - MUTATION
Version: 2024-10
Description:
Starts the cancelation process of a running bulk operation. There may be a short delay from when a cancelation starts until the operation is actually canceled.
Access Scopes
Arguments
id
: ID! - The ID of the bulk operation to cancel.
Returns
bulkOperation
: BulkOperation The bulk operation to be canceled.
userErrors
: UserError! The list of errors that occurred from executing the mutation.
Examples