linkfox-temu-fulfillment-global

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

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

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

本 skill(
linkfox-temu-fulfillment-global
)覆盖 Partner Global Fulfillment23 个已接入
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
网关
能力方法路径
履约 OpenAPIPOST
https://tool-gateway.linkfox.com/temu/proxy
加签文件下载POST
https://tool-gateway.linkfox.com/temu/fileDownload
本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
**。
网关
能力方法路径
履约OpenAPIPOST
https://tool-gateway.linkfox.com/temu/proxy
加签文件下载POST
https://tool-gateway.linkfox.com/temu/fileDownload

相关 skill

相关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
场景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
字段默认值
site
global
managementType
semi-managed
tokenPurpose
order-shipping

Scripts(按域)

Scripts(按领域)

Buy-Shipping(
global_buy_shipping_*

Buy-Shipping(
global_buy_shipping_*

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

Co-Warehouse(
global_co_warehouse_*

Co-Warehouse(
global_co_warehouse_*

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

Self-Fulfilled(
global_self_fulfilled_*

Self-Fulfilled(
global_self_fulfilled_*

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

Tracking(
global_tracking_*

Tracking(
global_tracking_*

temu.track.trackinginfo.get
temu.track.trackinginfo.get

通用

通用

脚本说明
temu_global_proxy.py
任意
type
temu_global_file_download.py
加签文件下载
薄封装统一调用
_global_fulfillment_script.run_cli
脚本说明
temu_global_proxy.py
支持任意
type
temu_global_file_download.py
加签文件下载
通过薄封装统一调用
_global_fulfillment_script.run_cli

示例

示例

bash
export LINKFOXAGENT_API_KEY="<key>"
bash
export LINKFOXAGENT_API_KEY="<key>"

Buy-Shipping 购标

Buy-Shipping 购标

python scripts/global_buy_shipping_logistics_shipment_create.py '{ "accessToken": "TOKEN", "site": "global", "tokenPurpose": "order-shipping", "request": { } }'
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`

<!-- LF_LARGE_RESPONSE_BLOCK -->
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`

<!-- LF_LARGE_RESPONSE_BLOCK -->

Handling Large Responses

处理大响应数据

To avoid overflowing the agent context, persist the response to disk and extract only the fields you need:
python scripts/response_io.py run --script scripts/check_linkfox_token.py --out-dir <DIR> '<params>'
python scripts/response_io.py read <file> --fields "<paths>"   # or --path "<JMESPath>"
Pick
--out-dir
outside any git working tree (e.g.
/tmp/...
on Unix,
%TEMP%/...
on Windows). Persisted responses may contain PII, pricing, or auth-sensitive data — do not commit them. Files are not auto-deleted; clean up when the task is done.
This skill exposes multiple entry scripts:
check_linkfox_token.py
,
get_temu_access_token.py
,
global_buy_shipping_logistics_label_list_get.py
,
global_buy_shipping_logistics_shiplogisticstype_get.py
,
global_buy_shipping_logistics_shipment_create.py
,
global_buy_shipping_logistics_shipment_document_get.py
,
global_buy_shipping_logistics_shipment_pickup_reservation_cancel.py
,
global_buy_shipping_logistics_shipment_pickup_reservation_create.py
,
global_buy_shipping_logistics_shipment_pickup_reservation_result_get.py
,
global_buy_shipping_logistics_shipment_result_get.py
,
global_buy_shipping_logistics_shipment_update.py
,
global_buy_shipping_logistics_shipped_package_confirm.py
,
global_buy_shipping_logistics_shippingservices_get.py
,
global_buy_shipping_logistics_warehouse_list_get.py
,
global_buy_shipping_order_unshipped_package_get.py
,
global_co_warehouse_cooperativewarehouse_fulfill_cancel.py
,
global_co_warehouse_cooperativewarehouse_fulfill_submit.py
,
global_co_warehouse_cooperativewarehouse_provider_list.py
,
global_co_warehouse_cooperativewarehouse_token_authorization.py
,
global_self_fulfilled_logistics_companies_get.py
,
global_self_fulfilled_logistics_shipment_shippingtype_update.py
,
global_self_fulfilled_logistics_shipment_sub_confirm.py
,
global_self_fulfilled_logistics_shipment_v2_confirm.py
,
global_self_fulfilled_logistics_shipment_v2_get.py
,
global_tracking_track_trackinginfo_get.py
,
list_temu_access_tokens.py
,
save_temu_access_token.py
,
temu_file_download.py
,
temu_global_file_download.py
,
temu_global_proxy.py
,
temu_proxy.py
,
temu_token_guide.py
. Pass
--script scripts/<name>.py
to choose the one you need.
run
writes the full response to a file and emits only a schema preview + file path.
read
projects specific fields, with
--limit/--offset
for slicing and
--format json|jsonl|csv|table
for output.
When to prefer this pattern — apply your judgment based on the response characteristics, e.g.:
  • High field count per record, or fields you don't need
  • Batch/paginated results (multiple items per call)
  • Long-text fields (descriptions, reviews, HTML, time series)
  • Output reused across later steps rather than consumed immediately
For small, single-use responses, calling the main script directly is fine.
⚠️ The preview is a truncated schema + sample, not the full data. Any field-level decision must read from the persisted file via
read
.
<!-- /LF_LARGE_RESPONSE_BLOCK -->
为避免超出Agent上下文限制,请将响应数据持久化到磁盘,并仅提取所需字段:
python scripts/response_io.py run --script scripts/check_linkfox_token.py --out-dir <DIR> '<params>'
python scripts/response_io.py read <file> --fields "<paths>"   # or --path "<JMESPath>"
请将
--out-dir
设置在git工作目录之外(例如Unix系统的
/tmp/...
,Windows系统的
%TEMP%/...
)。持久化的响应数据可能包含个人身份信息(PII)、定价或敏感认证数据——请勿提交这些文件。文件不会自动删除,完成任务后请自行清理。
本skill提供多个入口脚本:
check_linkfox_token.py
get_temu_access_token.py
global_buy_shipping_logistics_label_list_get.py
global_buy_shipping_logistics_shiplogisticstype_get.py
global_buy_shipping_logistics_shipment_create.py
global_buy_shipping_logistics_shipment_document_get.py
global_buy_shipping_logistics_shipment_pickup_reservation_cancel.py
global_buy_shipping_logistics_shipment_pickup_reservation_create.py
global_buy_shipping_logistics_shipment_pickup_reservation_result_get.py
global_buy_shipping_logistics_shipment_result_get.py
global_buy_shipping_logistics_shipment_update.py
global_buy_shipping_logistics_shipped_package_confirm.py
global_buy_shipping_logistics_shippingservices_get.py
global_buy_shipping_logistics_warehouse_list_get.py
global_buy_shipping_order_unshipped_package_get.py
global_co_warehouse_cooperativewarehouse_fulfill_cancel.py
global_co_warehouse_cooperativewarehouse_fulfill_submit.py
global_co_warehouse_cooperativewarehouse_provider_list.py
global_co_warehouse_cooperativewarehouse_token_authorization.py
global_self_fulfilled_logistics_companies_get.py
global_self_fulfilled_logistics_shipment_shippingtype_update.py
global_self_fulfilled_logistics_shipment_sub_confirm.py
global_self_fulfilled_logistics_shipment_v2_confirm.py
global_self_fulfilled_logistics_shipment_v2_get.py
global_tracking_track_trackinginfo_get.py
list_temu_access_tokens.py
save_temu_access_token.py
temu_file_download.py
temu_global_file_download.py
temu_global_proxy.py
temu_proxy.py
temu_token_guide.py
。请通过
--script scripts/<name>.py
参数选择所需脚本。
run
命令会将完整响应写入文件,仅输出schema预览和文件路径。
read
命令用于提取指定字段,可通过
--limit/--offset
进行切片,通过
--format json|jsonl|csv|table
指定输出格式。
何时优先使用此模式——根据响应数据的特性判断,例如:
  • 每条记录字段数量多,或包含不需要的字段
  • 批量/分页结果(单次调用返回多条数据)
  • 长文本字段(描述、评论、HTML、时间序列等)
  • 输出结果需在后续步骤中重复使用,而非立即消费
对于小型、单次使用的响应数据,直接调用主脚本即可。
⚠️ 预览内容是截断后的schema+示例,并非完整数据。任何字段级别的操作都必须通过
read
命令从持久化文件中读取。
<!-- /LF_LARGE_RESPONSE_BLOCK -->