Shopify UCP CLI
LiveVerifiedOfficial Shopify command-line shopping skill for AI agents, powered by UCP, with product search, carts, checkout handoff, and order tracking.
Shopify UCP CLI is Shopify's official command-line shopping skill for AI agents. It exposes structured JSON-first commands for product search, merchant discovery, cart creation, checkout handoff, and order tracking across UCP-enabled Shopify merchants. The CLI is designed for agent runtimes that support skills, including schema introspection so agents can compose payloads from merchant-advertised schemas instead of hard-coded docs.
Why This Matters for UCP
Shopify UCP CLI is the agent-facing command surface for Shopify UCP commerce, turning Shopify merchant catalog, cart, checkout, and order flows into structured tool calls.
UCP Capabilities
UCP Endpoint
Live — Endpoint not yet publicly available
Integration Example
npm install -g @shopify/ucp-cli
ucp skills add
ucp profile init --name shopper
# Search the global Shopify UCP catalog
ucp catalog search --set /query='wireless headphones' --format md
# Scope a checkout flow to a merchant
ucp cart create --business https://example.myshopify.com --input '{"line_items":[]}'Category
Developer ToolsUCP Status
LiveTags
Pricing
free
Related Guides
Reviews
★★★★★4.6 (5 reviews)These are illustrative examples to show what reviews will look like. Submit your own experience below.
B. Thompson
Staff Engineer · Mar 5, 2026
This saved us days of work. Dropped it into our pipeline and had UCP endpoint validation running in about 20 minutes. Documentation is accurate.
K. Park
Backend Developer · Feb 18, 2026
The best developer tool in this category. TypeScript types are correct and complete. Error messages actually tell you what went wrong.
E. Garcia
Senior Engineer · Jan 30, 2026
Solid tool. The test suite coverage is excellent. I found one edge case in the payment token validation that the maintainers fixed within 48 hours.
M. Fischer
DevTools Engineer · Mar 8, 2026
Integrated in an afternoon. The discovery endpoint just worked. The CLI flags are well-designed — composable, no magic defaults.
Y. Okonkwo
API Engineer · Feb 25, 2026
Good tool for UCP conformance testing. Runs fast and the output is easy to parse in CI. Would like a JSON output mode — currently only text.
24 other tools in Developer Tools
Is this your tool? Claim this listing