Weavz
Zid

Zid

Manage Zid MENA ecommerce products, categories, orders, customers, and webhooks.

CustomCommerce
14 tools
3 triggers

Tools

Name
list_products

List Zid store products with pagination and optional filters.

get_product

Get a Zid product by product ID.

create_product

Create a Zid product using the documented product payload.

update_product

Update a Zid product by product ID.

delete_product

Delete a Zid product by product ID.

list_categories

List Zid product categories.

list_orders

List Zid orders with pagination and optional status filters.

get_order

Get a Zid order by order ID.

update_order

Update a Zid order by order ID using a documented order update payload.

list_customers

List Zid store customers with pagination and filters.

get_customer

Get a Zid customer by customer ID.

list_webhooks

List Zid webhook subscriptions for the connected store.

create_webhook

Create a Zid webhook subscription for an event and target URL.

delete_webhook

Delete a Zid webhook subscription by webhook ID.

Triggers

Name
order_event_received

Receive Zid order lifecycle webhook events.

product_event_received

Receive Zid product lifecycle webhook events.

customer_event_received

Receive Zid customer lifecycle webhook events.

Quick Start

TypeScript
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.