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.
Anchor to flagsFlags
The following flags are available for the store bulk status command:
- Anchor to -s, --store <value>-s, --store <value>-s, --store <value>stringstringrequiredrequiredenv: SHOPIFY_FLAG_STOREenv: SHOPIFY_FLAG_STORE
The myshopify.com domain of the store.
- Anchor to --id <value>--id <value>--id <value>stringstringenv: SHOPIFY_FLAG_IDenv: 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--no-colorenv: SHOPIFY_FLAG_NO_COLORenv: SHOPIFY_FLAG_NO_COLOR
Disable color output.
- Anchor to --verbose--verbose--verboseenv: SHOPIFY_FLAG_VERBOSEenv: SHOPIFY_FLAG_VERBOSE
Increase the verbosity of the output.
Was this page helpful?