Skip to main content

store bulk status

Check the status of bulk operations on a store.

Check the status of a specific bulk operation by ID, or list all bulk operations on this store in the last 7 days, using previously stored app authentication.

Run shopify store auth first to create stored auth for the store.

Use shopify store bulk execute to start a new bulk operation.

The following flags are available for the store bulk status command:

Anchor to -s, --store <value>
-s, --store <value>
string
required
env: SHOPIFY_FLAG_STORE

The myshopify.com domain of the store.

Anchor to --id <value>
--id <value>
string
env: SHOPIFY_FLAG_ID

The bulk operation ID (numeric ID or full GID). If not provided, lists all bulk operations on this store in the last 7 days.

Anchor to --no-color
--no-color
env: SHOPIFY_FLAG_NO_COLOR

Disable color output.

Anchor to --verbose
--verbose
env: SHOPIFY_FLAG_VERBOSE

Increase the verbosity of the output.


Was this page helpful?