Temu Fulfillment Global

Security

Temu 全球站(非 US/EU)电商履行/发货 API(合一):Buy-Shipping购标面单、合作仓履约、卖家自发货、物流跟踪等23个接口(不含 Scan Form)。当用户提到 Temu Global 发货、购标、Buy-Shipping、合作仓、自发货、tracking、shipment.create、site=global order-shipping 时触发。订单用 linkfox-temu-order-global。Scan Form 请用 linkfox-temu-fulfillment-us。

Install

openclaw skills install linkfox-temu-fulfillment-global

Temu 全球站 — 电商履行 / 发货(Fulfillment)

本 skill(linkfox-temu-fulfillment-global)覆盖 Partner Global Fulfillment23 个已接入 type(与 US 版对齐但 不含 4 个 Scan Form 接口)。

脚本前缀接口数
Buy-Shippingglobal_buy_shipping_*13
Co-Warehouseglobal_co_warehouse_*4
Self-Fulfilledglobal_self_fulfilled_*5
Trackingglobal_tracking_*1

未接入(相对 US)temu.logistics.scanform.createtemu.logistics.scanform.gettemu.logistics.scanform.document.gettemu.logistics.candidate.scanform.list.get — 请用 linkfox-temu-fulfillment-ussite=us)。

详见 partner-global-catalog.md。美国站请用 linkfox-temu-fulfillment-us;欧洲站请用 linkfox-temu-fulfillment-eu

网关

能力方法路径
履约 OpenAPIPOSThttps://tool-gateway.linkfox.com/temu/proxy
加签文件下载POSThttps://tool-gateway.linkfox.com/temu/fileDownload

相关 skill

场景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

默认参数

字段默认
siteglobal
managementTypesemi-managed
tokenPurposeorder-shipping

Scripts(按域)

Buy-Shipping(global_buy_shipping_*

购标、面单、上门揽收等(不含 Scan Form)— 见 apis/README.md

Co-Warehouse(global_co_warehouse_*

bg.cooperativewarehouse.* — 合作仓授权、提交/取消履约。

Self-Fulfilled(global_self_fulfilled_*

bg.logistics.shipment.v2.*shippingtype.update 等 — 卖家自带运单号。

Tracking(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: skillNamelinkfox-temu-fulfillment-global