Weavz
Cin7

Cin7

Automate Cin7 inventory, products, orders, and commerce operations workflows.

Basic AuthCommerce
6 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
get_product

Get a product by ID

create_product

Create a new product in Cin7

get_sales_order

Get a sales order by ID

create_sales_order

Create a new sales order in Cin7

get_stock

Get stock levels with optional filtering

custom_api_call

Make a custom API call to the Cin7 API

Triggers

Name
order_created

Triggers when a new sales order is created in Cin7

stock_changed

Triggers when stock movement occurs in Cin7

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('cin7', 'get_product', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'cin7',
  input: { /* ... */ },
})

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 tools programmatically.

What tools does Cin7 support?

Cin7 supports 6 tools 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 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.

How do I connect Cin7 to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Cin7 as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Cin7 tools exposed by that workspace.

Does Cin7 work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Cin7 work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Cin7?

Cin7 exposes 6 tools, including Get Product, Create Product, Get Sales Order, Create Sales Order, Get Stock, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Cin7 be used in stateful agent workflows?

Yes. Agents can combine Cin7 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 Cin7 use?

Cin7 uses Basic Auth. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Cin7 integration cost?

The Cin7 integration is included on all Weavz plans including the free tier with 20,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 minutes

Get 20,000 free action executions every month. No credit card required.