Skip to main content
modiva.ai
Sign In
Shopify logo

Connect the Shopify API

Integrate the Shopify API through Modiva’s unified REST API and hosted MCP server. Read & write products, orders, customers, inventory, discounts and content across your Shopify store. OAuth, token refresh, rate limits and 26 typed tools are handled for you — connect once and call Shopify from any agent or app through a single endpoint.

Connect Shopify — get MCP keyRead the docs

What you can do with the Shopify API

  • Products & inventory
  • Orders & customers
  • Discounts & price rules
  • Analytics (ShopifyQL)
  • Webhooks (Poll via the product/order tools)

Shopify MCP tools & scopes

products_
list · get · create · update
orders_
list · get · create · update
customers_
list · get · create · update
inventory_
levels · adjust
discounts_
price rules · discount codes
content_
pages · files · marketing events
analytics_
ShopifyQL reports

OAuth scopes requested

  • Read & write products and inventory
  • Read & write orders and customers
  • Manage discounts and price rules
  • Manage content, files and marketing events
  • Read store analytics

Connect Shopify in your agent

# Add Modiva's MCP server to your agent
{
  "mcpServers": {
    "modiva": {
      "url": "https://mcp.modiva.ai",
      "headers": { "Authorization": "Bearer $MODIVA_MCP_KEY" }
    }
  }
}

# Then connect Shopify and call its tools, e.g.
accounts_list(provider="shopify")

Frequently asked questions

How do I connect the Shopify API with Modiva?

Create a Modiva account, generate an MCP key, and connect Shopify from your dashboard. Modiva runs the full OAuth flow and stores the encrypted token for you — no client secrets in your code.

What can I do with the Shopify API through Modiva?

Read & write products, orders, customers, inventory, discounts and content across your Shopify store. You get 26 typed tools grouped by resource (products_, orders_, customers_, inventory_, discounts_, content_, analytics_), callable over REST or the MCP server.

Do I need to handle OAuth or token refresh myself?

No. Modiva handles the Shopify OAuth handshake, token storage (envelope-encrypted) and automatic refresh. You call a single unified endpoint.

Can an AI agent use the Shopify API?

Yes — that is the point. Modiva exposes Shopify as Model Context Protocol (MCP) tools, so agents like Claude, Cursor or your own app can read and act on Shopify through one endpoint.