sales
Shopify MCP, CLI, and Lua Integration for AI Agents
Shopify integration docs for AI agents: MCP gateway setup, Shopify CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write Bearer token auth
Shopify for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
shopify- route_slug
shopify- package
shopify- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Shopify CLIHeadless setup and direct function calls. Shopify MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Shopify MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Shopify.
Claude Code Shopify MCP setup for Claude Code. Cursor Shopify MCP setup for Cursor. Codex Shopify MCP setup for Codex. OpenAI Agents Shopify MCP setup for OpenAI Agents SDK. Claude Agent SDK Shopify MCP setup for Claude Agent SDK. Vercel AI SDK Shopify MCP setup for Vercel AI SDK. LangChain Shopify MCP setup for LangChain. LangGraph Shopify MCP setup for LangGraph. CrewAI Shopify MCP setup for CrewAI. MCP clients Shopify MCP setup for Generic MCP Clients.
Shopify CLI Matrix
Use these pages for direct Shopify CLI workflows in scripts, CI, cron, and agent wrappers.
CI Shopify CLI for CI. Cron Jobs Shopify CLI for cron jobs. Shell Scripts Shopify CLI for shell scripts. Headless Automation Shopify CLI for headless automation. Coding Agents Shopify CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
shopify.shopify_list_products | Read read | 6 | List products from the Shopify store. Supports filtering by status, product type, vendor, and pagination. |
shopify.shopify_get_product | Read read | 1 | Get a single product from the Shopify store by its ID. Returns full product details. |
shopify.shopify_create_product | Write write | 7 | Create a new product in the Shopify store. Requires a title. Supports description, vendor, product type, tags, and status. |
shopify.shopify_list_orders | Read read | 5 | List orders from the Shopify store. Supports filtering by status, financial status, fulfillment status, and pagination. |
shopify.shopify_get_order | Read read | 1 | Get a single order from the Shopify store by its ID. Returns full order details including line items and totals. |
shopify.shopify_list_customers | Read read | 4 | List customers from the Shopify store. Supports filtering by email or tag and pagination. |
shopify.shopify_get_current_user | Read read | 0 | Get the current shop info from Shopify. Use this to verify the API connection is working. |