Actions
| Name | Description |
|---|---|
get_productGet a product by ID | Get a product by ID |
create_productCreate a new product in Cin7 | Create a new product in Cin7 |
get_sales_orderGet a sales order by ID | Get a sales order by ID |
create_sales_orderCreate a new sales order in Cin7 | Create a new sales order in Cin7 |
get_stockGet stock levels with optional filtering | Get stock levels with optional filtering |
custom_api_callMake a custom API call to the Cin7 API | Make a custom API call to the Cin7 API |
Triggers
| Name | Description |
|---|---|
order_createdTriggers when a new sales order is created in Cin7 | Triggers when a new sales order is created in Cin7 |
stock_changedTriggers when stock movement occurs in Cin7 | Triggers when stock movement occurs in Cin7 |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'cin7',
actionName: 'get_product',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Cin7 to my app?
Use Weavz Hosted Connect for Basic Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Cin7 support?
Cin7 supports 6 actions including Get Product, Create Product, Get Sales Order, Create Sales Order, Get Stock, and more.
Can I use Cin7 with AI agents?
Yes. Add Cin7 to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Cin7 use?
Cin7 uses Basic Auth. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Cin7 integration cost?
The Cin7 integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Cin7 support?
Cin7 supports 2 triggers including Order Created, Stock Changed.
Connect Cin7 in 2 minutes
Get 1,000 free actions every month. No credit card required.