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:
- 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.
- Agent Skills —
SKILL.mdguidance 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
Get started
Install Shoplazza CLI, add the Agent Skills, authenticate, and run your first prompt.
Agent Skills
Understand the per-domain skills, the /shoplazza prefix, domain boundaries, and the built-in safety protocol.
Usage examples
Copy-ready natural-language prompts for products, discounts, and orders.
Next steps
- Get started — Install, add skills, authenticate, and run your first prompt
- Agent Skills — How skills, prefixes, and the safety protocol work
- Safety & permissions — Scopes, the safety protocol, and guardrails
- Usage examples — Prompt library by module (products, discounts, orders, customers, shop, webhook, billing)
- End-to-end workflow — A full campaign across multiple domains
- Headless & CI — Run the toolkit in automated environments
- Troubleshooting — Fix common agent and auth issues