Run Shopify Admin product order customer and inventory workflows through MCP
Expose Shopify Admin API operations to MCP clients for supervised ecommerce catalog, order, customer, and inventory work.
npx skills add agentskillexchange/skills --skill run-shopify-admin-product-order-customer-and-inventory-workflows-through-mcp
Use this skill when an ecommerce operator wants an MCP-capable agent to inspect or prepare Shopify Admin operations around products, orders, customers, and inventory. The operator configures least-privilege Shopify API credentials, starts the MCP server, connects a trusted client, and runs lookups or supervised updates for catalog and store operations. Invoke it for product-data review, inventory checks, order context, and customer record inspection where human approval gates are in place. The boundary is Shopify Admin operations through MCP; it is not a generic ecommerce platform listing, not autonomous storefront management, and not permission to grant broad write scopes without review.
What this skill actually does
Inputs and prerequisites: Shopify store/Admin API access, MCP client, API credentials with least-privilege scopes, repository runtime dependencies.
Setup notes: Install the server from the repository, configure Shopify Admin API credentials and allowed scopes, then connect it to a trusted MCP client for supervised store-operations workflows.
Source and verification boundary: use https://github.com/antoineschaller/shopify-mcp-server as the canonical reference before running the workflow; keep commands, API calls, CLI usage, and generated outputs reviewable against that upstream source.
Framework fit: publish this as a MCP workflow only when the operator can invoke the documented toolchain directly, rather than treating the upstream project as a generic product listing.