← 返回
安全合规 Key

BrickLink

BrickLink Store API helper/CLI (OAuth 1.0 request signing). Covers orders, store inventory (read + write), catalog, categories, colors, feedback, and push no...
BrickLink 商店 API 助手/CLI(OAuth1.0 请求签名),支持订单、店铺库存(读取+写入)、商品目录、分类、颜色、反馈及推送通知等功能。
odrobnik
安全合规 clawhub v1.4.3 3 版本 99769.7 Key: 需要
★ 1
Stars
📥 3,013
下载
💾 143
安装
3
版本
#latest

概述

BrickLink

Use scripts/bricklink.py.

Setup

See SETUP.md for prerequisites and setup instructions.

Commands

Read-only

  • bricklink.py get-orders [--direction in|out] [--status ...] [--include-status ...] [--exclude-status ...] [--filed true|false] - Lists orders you received or placed.
  • bricklink.py get-order - Fetches details for a specific order.
  • bricklink.py get-order-items - Fetches the item batches for a specific order.
  • bricklink.py get-order-messages - Fetches messages associated with a specific order.
  • bricklink.py get-order-feedback - Fetches feedback associated with a specific order.
  • bricklink.py get-feedback [--direction in|out] - Lists feedback you received (in) or posted (out).
  • bricklink.py get-feedback-item - Fetches a single feedback entry by id.
  • bricklink.py get-notifications - Lists unread push notifications (/notifications).
  • bricklink.py get-categories - Lists all catalog categories.
  • bricklink.py get-category - Fetches a single category by id.
  • bricklink.py get-colors - Lists all catalog colors.
  • bricklink.py get-color - Fetches a single color by id.
  • bricklink.py get-inventories [--item-type ...] [--status ...] [--category-id ...] [--color-id ...] - Lists your store inventory lots (supports include/exclude filters).
  • bricklink.py get-inventory - Fetches a single inventory lot by id.
  • bricklink.py get-item - Fetches a catalog item (PART/SET/MINIFIG/…).
  • bricklink.py get-supersets [--color-id N] - Lists items that contain the specified item.
  • bricklink.py get-subsets [--color-id N] [--box true|false] [--instruction true|false] [--break-minifigs true|false] [--break-subsets true|false] - Parts out an item into its included items.
  • bricklink.py get-price-guide [--color-id N] [--guide-type stock|sold] [--new-or-used N|U] [--country-code XX] [--region ...] [--currency-code XXX] [--vat N|Y|O] - Fetches price guide statistics.
  • bricklink.py get-known-colors - Lists known colors for a catalog item.

Mutating

> Note: Order mutations (update-order, update-order-status, update-payment-status) only work for store orders (direction=out, where you are the seller). Purchases (direction=in) return 404 — the BrickLink API does not allow buyers to modify order status or file/archive incoming orders. Use the BrickLink website for those.

  • bricklink.py update-order [--remarks ...] [--is-filed true|false] [--shipping-...] [--cost-...] — Updates allowed order fields (tracking, remarks, shipping/cost fields). Store orders only.
  • bricklink.py update-order-status — Updates the status of an order. Store orders only.
  • bricklink.py update-payment-status — Updates the payment status of an order. Store orders only.
  • bricklink.py send-drive-thru [--mail-me] — Sends a "Drive Thru" email for an order.
  • bricklink.py post-feedback --order-id N --rating 0|1|2 [--comment ...] - Posts new feedback for an order.
  • bricklink.py reply-feedback --reply "..." - Replies to feedback you received.
  • bricklink.py create-inventory [--item-type ... --item-no ... --color-id N --quantity N --unit-price ... --new-or-used N|U ...] - Creates a single inventory lot from flags.
  • bricklink.py create-inventory --file batch.json - Creates multiple inventory lots from a validated JSON file (workspace or /tmp only).
  • bricklink.py update-inventory [--quantity N --unit-price ... --new-or-used N|U --remarks ...] - Updates an inventory lot.
  • bricklink.py delete-inventory - Deletes an inventory lot.

Utilities

  • bricklink.py order-detail-html [--out path] [--inline-images] - Fetches order+items and renders a compact HTML view (similar to BrickLink orderDetail.asp).
  • bricklink.py order-invoice-html [--out path] - Fetches order+items and renders a printable invoice HTML using the workspace bricklink/invoice-template.html styling.

版本历史

共 3 个版本

  • v1.4.3 当前
    2026-05-23 15:30 安全 安全
  • v1.4.2
    2026-03-28 12:46 安全 安全
  • v1.4.1
    2026-03-07 11:36

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,211 📥 266,178
security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,586
developer-tools

Codex Quota

odrobnik
通过读取 ~/.codex/sessions/ 的本地会话日志,检查 OpenAI Codex CLI 的速率限制状态(日/周配额)。便携式 Python 脚本。
★ 3 📥 6,656