eavz
Cin7

Cin7

Inventory and order management platform

Basic AuthCommerce
6 actions
2 triggers

Actions

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