← 返回
未分类 中文

Product Commerce

Search products, check prices and stock, create quotes, place orders — multi-tenant B2B/B2C commerce API
搜索商品、查询价格和库存、生成报价、下订单 — 多租户B2B/B2C商务API
drivenbymyai-max drivenbymyai-max 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 384
下载
💾 0
安装
1
版本
#latest

概述

Product Commerce

Search products, check prices and availability, create quotes, place orders. Multi-tenant B2B/B2C platform — heating fuel (granulas, briketes) and wood products (plywood, veneer, OSB).

Base URL

https://sputnikx.xyz/api

Search Products (free)

curl "https://sputnikx.xyz/api/feed/products.json"

Get Prices (free)

curl "https://sputnikx.xyz/api/feed/prices"

Check Availability (free)

curl "https://sputnikx.xyz/api/v1/agent/products/check?sku=GRAN-001"

Create Quote ($0.10 x402)

curl -X POST https://sputnikx.xyz/api/v1/agent/orders/quote \
  -H "Content-Type: application/json" \
  -d '{"items":[{"product_id":1,"quantity":10}]}'

Place Order ($0.10 x402)

curl -X POST https://sputnikx.xyz/api/v1/agent/orders/place \
  -H "Content-Type: application/json" \
  -d '{"items":[{"product_id":1,"quantity":10}],"delivery_address":"Riga, Latvia"}'

MCP Tools

search_products — Search with filters (category, type, keyword)
get_prices — Current EUR prices with price_per_kg
check_availability — Stock across warehouse locations
create_quote — Draft quote with 21% VAT
place_order — Place order (max EUR 50,000, idempotent)
order_status — Check order by ID

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 10:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Discord

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

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,335
business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,110