本 skill(linkfox-temu-fulfillment-global)覆盖 Partner Global Fulfillment 域 23 个已接入 type(与 US 版对齐但 不含 4 个 Scan Form 接口)。
| 域 | 脚本前缀 | 接口数 |
|---|---|---|
| ---- | ---------- | -------- |
| Buy-Shipping | global_buy_shipping_* | 13 |
| Co-Warehouse | global_co_warehouse_* | 4 |
| Self-Fulfilled | global_self_fulfilled_* | 5 |
| Tracking | global_tracking_* | 1 |
未接入(相对 US):temu.logistics.scanform.create、temu.logistics.scanform.get、temu.logistics.scanform.document.get、temu.logistics.candidate.scanform.list.get — 请用 linkfox-temu-fulfillment-us(site=us)。
详见 partner-global-catalog.md。美国站请用 linkfox-temu-fulfillment-us;欧洲站请用 linkfox-temu-fulfillment-eu。
网关:
| 能力 | 方法 | 路径 |
|---|---|---|
| ------ | ------ | ------ |
| 履约 OpenAPI | POST | https://tool-gateway.linkfox.com/temu/proxy |
| 加签文件下载 | POST | https://tool-gateway.linkfox.com/temu/fileDownload |
POST /temu/proxy(不同操作通过请求体区分;完整参数/响应/错误码见 references/api.md)python scripts/<脚本名>.py '' [--inline] (可用脚本见上文脚本一览)输出策略(脚本默认行为):
/linkfox///data/-.json ( 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录; 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)total/costToken、最大列表字段的长度 + 前 3 条样本)--inline 强制全量打印到 stdout(同样落盘)读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jq或ConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
| 场景 | skill |
|---|---|
| ------ | -------- |
| 订单列表/详情/地址 | linkfox-temu-order-global |
| 取消订单 | linkfox-temu-cancel-order-global |
| 商品管理 | linkfox-temu-manage-product-global |
| 美国站履约(含 Scan Form) | linkfox-temu-fulfillment-us |
| 欧洲站履约 | linkfox-temu-fulfillment-eu |
| 退货退款 | linkfox-temu-returns-refunds-global |
| 字段 | 默认 |
|---|---|
| ------ | ------ |
| site | global |
| managementType | semi-managed |
| tokenPurpose | order-shipping |
global_buy_shipping_*)购标、面单、上门揽收等(不含 Scan Form)— 见 apis/README.md。
global_co_warehouse_*)bg.cooperativewarehouse.* — 合作仓授权、提交/取消履约。
global_self_fulfilled_*)bg.logistics.shipment.v2.*、shippingtype.update 等 — 卖家自带运单号。
global_tracking_*)temu.track.trackinginfo.get
| 脚本 | 说明 |
|---|---|
| ------ | ------ |
temu_global_proxy.py | 任意 type |
temu_global_file_download.py | 加签文件下载 |
薄封装统一调用 _global_fulfillment_script.run_cli。
export LINKFOXAGENT_API_KEY="<key>"
# Buy-Shipping 购标
python scripts/global_buy_shipping_logistics_shipment_create.py '{
"accessToken": "TOKEN",
"site": "global",
"tokenPurpose": "order-shipping",
"request": { }
}'
# 卖家自发货更新跟踪号
python scripts/global_self_fulfilled_logistics_shipment_shippingtype_update.py '{
"accessToken": "TOKEN",
"site": "global",
"tokenPurpose": "order-shipping",
"request": { "editPackageRequestList": [{ "packageSn": "PKG-1", "trackingNumber": "1Z..." }] }
}'
Feedback: skillName:linkfox-temu-fulfillment-global
共 2 个版本