Skip to main content

Overview

The Shoplazza AI Toolkit lets AI coding agents operate the Shoplazza platform in natural language. It is built on Shoplazza CLI, which is agent-native: every command returns structured JSON out of the box, so an agent can manage products, discounts, orders, and customers with zero extra setup.

How it works

The toolkit has two parts:

  1. Shoplazza CLI — the execution engine. It authenticates against a store and exposes a three-layer command system (shortcuts → API commands → raw API) with structured JSON output.
  2. Agent SkillsSKILL.md guidance files, one per domain, that teach your agent when and how to call each command. You install them with a single command and invoke them with a /shoplazza-<domain> prefix.

Once both are in place, you describe a task in plain language and your agent runs the right command for you:

/shoplazza-products Add a new product: Summer print T-shirt, priced 129

What you can do

Next steps