Shopify
Products, orders, customers, and inventory management.
requires credentials7 tools
Manage your Shopify store from your AI. Browse products, check order status, look up customers, and update inventory.
Credentials
| Name | Label | Required |
|---|---|---|
SHOPIFY_STORE | Store domain (e.g. mystore.myshopify.com) | required |
SHOPIFY_TOKEN | Admin API Access Token | required |
Setup
terminal
conductor plugins setup shopifyTools
| Tool | Description | Inputs | Approval |
|---|---|---|---|
shopify_products | List products | limit?, status? | — |
shopify_product | Get product details | id | — |
shopify_orders | List orders with filters | status?, limit?, email? | — |
shopify_order | Get a single order | id | — |
shopify_customers | Search customers | query?, limit? | — |
shopify_inventory | Check inventory levels | productId | — |
shopify_update_inventory | Adjust inventory level | inventoryItemId, locationId, available | required |
Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.
Example Prompts
“Show me all unfulfilled orders from today”
shopify_orders“What's the inventory level for product ID 123?”
shopify_inventory