A
argbe.tech - news
1min read

Shopify CLI 3.90.1 adds Admin API bulk operations for terminal-first workflows

Shopify CLI 3.90.1 adds commands to run Admin API queries, mutations, and bulk operations from the terminal, making it easier to operationalize large data changes with the right production guardrails.

Shopify CLI 3.90.1 adds commands to execute Admin API queries, mutations, and bulk operations from the terminal, which helps teams turn repeatable data work into scriptable workflows.

  • shopify app execute runs standard Admin API queries and mutations from your local CLI context.
  • shopify app bulk execute starts bulk queries and mutations, with an optional --watch mode to follow progress.
  • shopify app bulk status and shopify app bulk cancel let you monitor and manage bulk operations without leaving the terminal.
  • If you wire these into production automation, keep the usual integration guardrails in place: rate-limit handling, retries, observability, and input/output validation.