Collega l'API Shopify
Integra l'API Shopify tramite l'API REST unificata di Modiva e il server MCP ospitato. Read & write products, orders, customers, inventory, discounts and content across your Shopify store. OAuth, aggiornamento dei token, rate limit e 26 strumenti tipizzati sono gestiti per te: collega una volta e richiama Shopify da qualsiasi agente o app attraverso un singolo endpoint.
Cosa puoi fare con l'API Shopify
- ✓ Products & inventory
- ✓ Orders & customers
- ✓ Discounts & price rules
- ✓ Analytics (ShopifyQL)
- — Webhooks (Poll via the product/order tools)
Strumenti MCP e scope di Shopify
- 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
Scope OAuth richiesti
- Read & write products and inventory
- Read & write orders and customers
- Manage discounts and price rules
- Manage content, files and marketing events
- Read store analytics
Collega Shopify nel tuo agente
# 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")Domande frequenti
Come collego l'API Shopify con Modiva?
Crea un account Modiva, genera una chiave MCP e collega Shopify dalla tua dashboard. Modiva esegue l'intero flusso OAuth e memorizza il token cifrato per te, senza client secret nel tuo codice.
Cosa posso fare con l'API Shopify tramite Modiva?
Read & write products, orders, customers, inventory, discounts and content across your Shopify store. Ottieni 26 strumenti tipizzati raggruppati per risorsa (products_, orders_, customers_, inventory_, discounts_, content_, analytics_), richiamabili tramite REST o il server MCP.
Devo gestire personalmente OAuth o l'aggiornamento dei token?
No. Modiva gestisce l'handshake OAuth di Shopify, l'archiviazione dei token (cifrati con envelope encryption) e l'aggiornamento automatico. Tu richiami un singolo endpoint unificato.
Un agente IA può usare l'API Shopify?
Sì, è proprio questo il punto. Modiva espone Shopify come strumenti Model Context Protocol (MCP), così agenti come Claude, Cursor o la tua app possono leggere e agire su Shopify attraverso un unico endpoint.
Playbook e guide di Shopify
Playbook gratuiti e passo dopo passo sulla crescita con Shopify: cosa funziona, oltre a come metterlo in pratica con Modiva.