shopify app bulk execute
Execute bulk operations.
Executes an Admin API GraphQL query or mutation on the specified store, as a bulk operation. Mutations are only allowed on dev stores.
Bulk operations allow you to process large amounts of data asynchronously. Learn more about bulk query operations and bulk mutation operations.
Use bulk status to check the status of your bulk operations.
Usage
shopify app bulk execute [flags]Summary
Execute bulk operations.
Flags
--client-id <value>string— The Client ID of your app. optional Environment:SHOPIFY_FLAG_CLIENT_ID.--no-color— Disable color output. optional Environment:SHOPIFY_FLAG_NO_COLOR.--output-file <value>string— The file path where results should be written if --watch is specified. If not specified, results will be written to STDOUT. optional Environment:SHOPIFY_FLAG_OUTPUT_FILE.--path <value>string— The path to your app directory. optional Environment:SHOPIFY_FLAG_PATH.--query-file <value>string— Path to a file containing the GraphQL query or mutation. Can't be used with --query. optional Environment:SHOPIFY_FLAG_QUERY_FILE.--reset— Reset all your settings. optional Environment:SHOPIFY_FLAG_RESET.--variable-file <value>string— Path to a file containing GraphQL variables in JSONL format (one JSON object per line). Can't be used with --variables. optional Environment:SHOPIFY_FLAG_VARIABLE_FILE.--verbose— Increase the verbosity of the output. optional Environment:SHOPIFY_FLAG_VERBOSE.--version <value>string— The API version to use for the bulk operation. If not specified, uses the latest stable version. optional Environment:SHOPIFY_FLAG_VERSION.--watch— Wait for bulk operation results before exiting. Defaults to false. optional Environment:SHOPIFY_FLAG_WATCH.-c, --config <value>string— The name of the app configuration. optional Environment:SHOPIFY_FLAG_APP_CONFIG.-q, --query <value>string— The GraphQL query or mutation to run as a bulk operation. optional Environment:SHOPIFY_FLAG_QUERY.-s, --store <value>string— The store domain. Must be an existing dev store. optional Environment:SHOPIFY_FLAG_STORE.-v, --variables <value>string— The values for any GraphQL variables in your mutation, in JSON format. Can be specified multiple times. optional Environment:SHOPIFY_FLAG_VARIABLES.