Shopify CLI Docs

shopify app bulk status

Check the status of bulk operations.

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

Bulk operations allow you to process large amounts of data asynchronously. Learn more about bulk query operations and bulk mutation operations.

Use bulk execute to start a new bulk operation.

Usage

shopify app bulk status [flags]

Summary

Check the status of bulk operations.

Flags

  • --client-id <value> string — The Client ID of your app. optional Environment: SHOPIFY_FLAG_CLIENT_ID.
  • --id <value> string — The bulk operation ID (numeric ID or full GID). If not provided, lists all bulk operations belonging to this app on this store in the last 7 days. optional Environment: SHOPIFY_FLAG_ID.
  • --no-color — Disable color output. optional Environment: SHOPIFY_FLAG_NO_COLOR.
  • --path <value> string — The path to your app directory. optional Environment: SHOPIFY_FLAG_PATH.
  • --reset — Reset all your settings. optional Environment: SHOPIFY_FLAG_RESET.
  • --verbose — Increase the verbosity of the output. optional Environment: SHOPIFY_FLAG_VERBOSE.
  • -c, --config <value> string — The name of the app configuration. optional Environment: SHOPIFY_FLAG_APP_CONFIG.
  • -s, --store <value> string — The store domain. Must be an existing dev store. optional Environment: SHOPIFY_FLAG_STORE.

Official source

On this page