← 返回
开发者工具 Key 中文

Cin7 Inventory

Cin7 Core inventory management -- products, stock, orders, purchases, customers, and suppliers via bash scripts.
通过bash脚本管理Cin7 Core库存,包括产品、库存、订单、采购、客户和供应商。
yashthesiya1 yashthesiya1 来源
开发者工具 clawhub v2.0.0 1 版本 99900.6 Key: 需要
★ 2
Stars
📥 965
下载
💾 11
安装
1
版本
#latest

概述

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"

版本历史

共 1 个版本

  • v2.0.0 当前
    2026-03-30 12:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Discord

steipete
当需要通过discord工具控制Discord时使用:发送消息、添加反应、发布或上传表情包、上传表情、创建投票、管理帖子/置顶/搜索、获取权限或成员/角色/频道信息,或在Discord私信或频道中处理管理操作。
★ 77 📥 37,857
business-ops

Calendar

ndcccccc
日历管理与日程安排。创建事件、管理会议,并实现多日历平台同步。
★ 7 📥 23,001
business-ops

Resume Assistant

wscats
帮助求职者润色、定制、评分并导出简历,提供详细的检查清单审查和多格式支持。
★ 19 📥 21,311