Skip to main content

Use the Admin API and bulk operations in Shopify CLI

Shopify CLI 3.90.1 now features commands that let you execute queries, mutations, and bulk operations right from your terminal.

  • shopify app execute allows you to run standard Admin API queries and mutations.
  • shopify app bulk execute allows you to start bulk queries and bulk mutations, and optionally --watch them synchronously.
  • shopify app bulk status and shopify app bulk cancel allow you to monitor and manage bulk operations.

These new commands come on the heels of the release of improved performance and expanded mutation support for bulk operations, which make it possible to handle larger data sets for a wider variety of data types. With this Shopify CLI release, it’s now easy for you to script and automate both bulk operations and standard GraphQL operations with the Admin API, or utilize them with coding agents to query and manipulate your dev stores.

For more information, see the documentation and our community announcement.

Was this section helpful?