stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > BulkOperationStatus

AdminTypes.BulkOperationStatus enum

The valid values for the status of a bulk operation.

Signature:

export declare enum BulkOperationStatus 

Enumeration Members

Member Value Description
Canceled "CANCELED" The bulk operation has been canceled.
Canceling "CANCELING" Cancelation has been initiated on the bulk operation. There may be a short delay from when a cancelation starts until the operation is actually canceled.
Completed "COMPLETED" The bulk operation has successfully completed.
Created "CREATED" The bulk operation has been created.
Expired "EXPIRED" The bulk operation URL has expired.
Failed "FAILED" The bulk operation has failed. For information on why the operation failed, use [BulkOperation.errorCode](https://shopify.dev/api/admin-graphql/latest/enums/bulkoperationerrorcode).
Running "RUNNING" The bulk operation is runnning.