Tools
| Name | Description |
|---|---|
list_productsList Zid store products with pagination and optional filters. | List Zid store products with pagination and optional filters. |
get_productGet a Zid product by product ID. | Get a Zid product by product ID. |
create_productCreate a Zid product using the documented product payload. | Create a Zid product using the documented product payload. |
update_productUpdate a Zid product by product ID. | Update a Zid product by product ID. |
delete_productDelete a Zid product by product ID. | Delete a Zid product by product ID. |
list_categoriesList Zid product categories. | List Zid product categories. |
list_ordersList Zid orders with pagination and optional status filters. | List Zid orders with pagination and optional status filters. |
get_orderGet a Zid order by order ID. | Get a Zid order by order ID. |
update_orderUpdate a Zid order by order ID using a documented order update payload. | Update a Zid order by order ID using a documented order update payload. |
list_customersList Zid store customers with pagination and filters. | List Zid store customers with pagination and filters. |
get_customerGet a Zid customer by customer ID. | Get a Zid customer by customer ID. |
list_webhooksList Zid webhook subscriptions for the connected store. | List Zid webhook subscriptions for the connected store. |
create_webhookCreate a Zid webhook subscription for an event and target URL. | Create a Zid webhook subscription for an event and target URL. |
delete_webhookDelete a Zid webhook subscription by webhook ID. | Delete a Zid webhook subscription by webhook ID. |
Triggers
| Name | Description |
|---|---|
order_event_receivedReceive Zid order lifecycle webhook events. | Receive Zid order lifecycle webhook events. |
product_event_receivedReceive Zid product lifecycle webhook events. | Receive Zid product lifecycle webhook events. |
customer_event_receivedReceive Zid customer lifecycle webhook events. | Receive Zid customer lifecycle webhook events. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('zid', 'list_products', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'zid',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Zid 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 Zid support?
Zid supports 14 tools including List Products, Get Product, Create Product, Update Product, Delete Product, and more.
Can I use Zid with AI agents?
Yes. Add Zid 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 Zid be used in stateful agent workflows?
Yes. Agents can combine Zid 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 Zid use?
Zid uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Zid integration cost?
The Zid integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Zid support?
Zid supports 3 triggers including Order Event Received, Product Event Received, Customer Event Received.
Connect Zid in minutes
Get 20,000 free action executions every month. No credit card required.