Skip to main content

Introducing the Shopify AI Toolkit

Shopify AI Toolkit connects supported AI coding tools to Shopify documentation, API schemas, code validation, store-management workflows, and migration guidance.

In order for AI coding agents to be useful additions to development workflows, they need to have the right context. When you're building on Shopify, a small platform detail can change the right implementation: the API surface you choose, the fields available in a schema, the extension APIs you import, or the validation steps you need before shipping.

The Shopify AI Toolkit is now available to help bridge that gap. It gives supported AI coding tools access to Shopify developer resources, API schemas, validation, and Shopify CLI workflows, so agents can spend less time rediscovering Shopify context and more time helping with the task in front of them.

Anchor to What changes with the toolkitWhat changes with the toolkit

The Toolkit is designed for the moments where generic AI assistance usually needs extra correction. If you're designing an Admin GraphQL operation, your agent can work from Shopify's API schemas instead of guessing at fields or object relationships. If you're editing Liquid or UI extension code, it can validate the generated work against Shopify-specific expectations. If a task needs store context, your agent can use Shopify CLI’s store execute command when you choose to run it.

All this harness brings your agent’s work closer to the right answer, with access to the same Shopify-specific context you would otherwise need to provide manually.

Anchor to Example: extension migrationsExample: extension migrations

Extension migrations are a good example of where this helps. Checkout and customer account UI extensions on API versions before 2025-10 need to adopt Polaris web components when upgrading to newer API versions. That kind of migration involves repetitive, detail-heavy work:

  • Updating the extension API version in shopify.extension.toml.
  • Converting React-based extension code to Preact where required.
  • Replacing legacy components with Polaris web components.
  • Updating extension APIs and target-specific imports.
  • Checking the migration guide for required steps.
  • Running and testing the migrated extension locally.

With the Toolkit installed, you can ask your coding agent to start that work from Shopify's migration guidance:

Migrate the extensions/my-checkout-extension extension to API version 2026-04.

The Toolkit doesn't remove the need to test the result, review the diff, or validate behavior in your app. It helps automate the repetitive parts of the migration so you can spend more time on the decisions and checks that still need your experience as a developer.

Install the Shopify AI Toolkit with the plugin for your AI tool. The Toolkit supports Claude Code, Codex, Antigravity CLI, Cursor, Hermes through the plugin, and Visual Studio Code. For setup instructions, refer to the Shopify AI Toolkit documentation.

After installing, try it on a real Shopify workflow: scaffold an app, explore the right API for a use case, review an app against Shopify App Store requirements, or migrate a checkout or customer account UI extension.

Was this page helpful?