Tools
| Name | Description |
|---|---|
get_productGet a single product by ID | Get a single product by ID |
get_productsList products with optional filters | List products with optional filters |
create_productCreate a new product | Create a new product |
update_productUpdate an existing product | Update an existing product |
upload_product_imageUpload an image to a product by URL | Upload an image to a product by URL |
get_product_variantGet a specific product variant | Get a specific product variant |
get_customerGet a single customer by ID | Get a single customer by ID |
get_customersList or search customers | List or search customers |
create_customerCreate a new customer | Create a new customer |
update_customerUpdate an existing customer | Update an existing customer |
get_customer_ordersList orders for a specific customer | List orders for a specific customer |
create_orderCreate a new order | Create a new order |
update_orderUpdate an existing order | Update an existing order |
cancel_orderCancel an existing order | Cancel an existing order |
close_orderClose an existing order | Close an existing order |
get_locationsList all locations | List all locations |
adjust_inventoryAdjust inventory level for an item at a location | Adjust inventory level for an item at a location |
get_transactionsList transactions for an order | List transactions for an order |
create_fulfillmentCreate a fulfillment for an order | Create a fulfillment for an order |
custom_api_callMake a custom API call to the Shopify Admin API | Make a custom API call to the Shopify Admin API |
Triggers
| Name | Description |
|---|---|
new_orderTriggers when a new order is created | Triggers when a new order is created |
new_paid_orderTriggers when a new paid order is created | Triggers when a new paid order is created |
new_customerTriggers when a new customer is created | Triggers when a new customer is created |
new_cancelled_orderTriggers when an order is cancelled | Triggers when an order is cancelled |
updated_productTriggers when a product is updated | Triggers when a product is updated |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('shopify', 'get_product', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'shopify',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Shopify to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Shopify support?
Shopify supports 20 tools including Get Product, Get Products, Create Product, Update Product, Upload Product Image, and more.
Can I use Shopify with AI agents?
Yes. Add Shopify to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Shopify be used in stateful agent workflows?
Yes. Agents can combine Shopify tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Shopify use?
Shopify uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Shopify integration cost?
The Shopify integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Shopify support?
Shopify supports 5 triggers including New Order, New Paid Order, New Customer, New Cancelled Order, Updated Product.
Connect Shopify in minutes
Get 20,000 free action executions every month. No credit card required.