cin7-inventory

Cin7 Core inventory management -- products, stock, orders, purchases, customers, and suppliers via bash scripts.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cin7-inventory" with this command: npx skills add yashthesiya1/cin7-inventory

Cin7 Inventory Management

Manage Cin7 Core inventory via bash scripts. All commands run from the skill directory.

Required Environment Variables

  • CIN7_ACCOUNT_ID — your Cin7 Core account ID
  • CIN7_APP_KEY — your Cin7 Core application key

Products

List/search products

bash scripts/get-products.sh
bash scripts/get-products.sh --search "widget" --page 2

Get single product

bash scripts/get-product.sh --id "product-id"

Stock

Check stock levels

bash scripts/get-stock.sh
bash scripts/get-stock.sh --product-id "product-id"
bash scripts/get-stock.sh --page 2

Adjust stock (damage, recount, write-off)

bash scripts/stock-adjustment.sh --data '{"Lines":[{"ProductID":"id","Location":"Main Warehouse","Quantity":5}]}'

Transfer stock between locations

bash scripts/stock-transfer.sh --data '{"Lines":[{"ProductID":"id","From":"Warehouse A","To":"Warehouse B","Quantity":10}]}'

Sales Orders

List orders

bash scripts/list-orders.sh
bash scripts/list-orders.sh --status "COMPLETED" --page 1

Get single order

bash scripts/get-order.sh --id "order-id"

Create order

bash scripts/create-order.sh --data '{"Customer":"John Smith","Lines":[{"ProductID":"id","Quantity":2}]}'

Update order

bash scripts/update-order.sh --id "order-id" --data '{"Status":"COMPLETED"}'

Sales report by date range

bash scripts/sales-report.sh --from "2026-01-01" --to "2026-03-07"

Purchase Orders

List purchase orders

bash scripts/get-purchases.sh
bash scripts/get-purchases.sh --status "ORDERED" --page 1

Create purchase order

bash scripts/create-purchase.sh --data '{"Supplier":"Acme Corp","Lines":[{"ProductID":"id","Quantity":100}]}'

Customers & Suppliers

List/search customers

bash scripts/get-customers.sh
bash scripts/get-customers.sh --search "John"

List/search suppliers

bash scripts/get-suppliers.sh
bash scripts/get-suppliers.sh --search "Acme"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Zoom

Zoom API integration with managed OAuth. Manage meetings, webinars, recordings, and user profiles. Use this skill when users want to schedule meetings, manag...

Registry SourceRecently Updated
General

Kleinanzeigen.de Helper

Erstelle und verwalte Verkaufsanzeigen speziell auf kleinanzeigen.de. Verwende diesen Skill wenn der Human sagt, er will etwas auf kleinanzeigen.de verkaufen...

Registry SourceRecently Updated
General

Poku

Sends and receives phone calls and messages (like SMS, WhatsApp, Slack), and reserves dedicated phone numbers using the Poku API. Example use cases: calling...

Registry SourceRecently Updated
General

IMAP/SMTP Email - Maddy Fix

Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...

Registry SourceRecently Updated