linkfox-temu-manage-product-eu
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTemu 欧洲站商品管理 API(Manage Product)
Temu欧洲站商品管理API(Manage Product)
本 skill()覆盖 Partner Platform for EU Product > Manage Products()下 24 个 / 接口( 与 US 版对齐)。美国站请用 ;全球站(非 US/EU)请用 。
linkfox-temu-manage-product-eumenu_code=2283b8dc7fcc42529633b0b41114aef8bg.local.*temu.local.*typelinkfox-temu-manage-product-uslinkfox-temu-manage-product-global网关(本 skill 内置):
| 能力 | 方法 | 路径 |
|---|---|---|
商品 OpenAPI( | POST | |
| 加签文件下载 | POST | |
发品、订单 等其它域:暂用对应skill 并设linkfox-temu-*-us;或使用已发布的 EU skill:site=eu、linkfox-temu-price-eu、linkfox-temu-promotion-eu、linkfox-temu-ads-eu等。linkfox-temu-tax-eu
本skill()覆盖Partner Platform for EU的Product > Manage Products()下24个/接口(与美国版对齐)。美国站请使用**;全球站(非US/EU)请使用**。
linkfox-temu-manage-product-eumenu_code=2283b8dc7fcc42529633b0b41114aef8bg.local.*temu.local.*typelinkfox-temu-manage-product-uslinkfox-temu-manage-product-global网关(本skill内置):
| 能力 | 方法 | 路径 |
|---|---|---|
商品OpenAPI( | POST | |
| 加签文件下载 | POST | |
发品、订单等其他域:暂使用对应skill并设置**linkfox-temu-*-us;或使用已发布的EU skill:site=eu、linkfox-temu-price-eu、linkfox-temu-promotion-eu、linkfox-temu-ads-eu**等。linkfox-temu-tax-eu
API Usage
API使用说明
入参/出参、Partner 官方文档 URL 已内联至 :
references/| 文档 | 内容 |
|---|---|
| api.md | 网关、鉴权、错误码 |
| partner-eu-catalog.md | 24 接口目录 + 脚本 + 文档链接 |
| apis/README.md | 按接口分文件(24 个 |
常用单接口文档示例:
- 部分编辑:apis/bg-local-goods-partial-update.md
- 商品列表:apis/bg-local-goods-list-query.md
- 库存编辑:apis/bg-local-goods-stock-edit.md
入参/出参、Partner官方文档URL已内联至:
references/| 文档 | 内容 |
|---|---|
| api.md | 网关、鉴权、错误码 |
| partner-eu-catalog.md | 24接口目录 + 脚本 + 文档链接 |
| apis/README.md | 按接口分文件(24个 |
常用单接口文档示例:
- 部分编辑:apis/bg-local-goods-partial-update.md
- 商品列表:apis/bg-local-goods-list-query.md
- 库存编辑:apis/bg-local-goods-stock-edit.md
默认参数
默认参数
| 字段 | 默认 | 说明 |
|---|---|---|
| site | | Partner EU |
| managementType | | 半托管 |
| tokenPurpose | | 酷鸟卖家助手 token |
| 字段 | 默认值 | 说明 |
|---|---|---|
| site | | Partner EU |
| managementType | | 半托管 |
| tokenPurpose | | 酷鸟卖家助手token |
鉴权
鉴权
- LinkFox:→ Header
LINKFOXAGENT_API_KEY+AuthorizationToken - Temu:或
accessTokenstoreKey
- LinkFox:→ 请求头
LINKFOXAGENT_API_KEY+AuthorizationToken - Temu:或
accessTokenstoreKey
Scripts(按 type)
脚本(按type分类)
| 脚本 | type |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| 任意 |
| 加签文件下载 |
| 脚本 | type |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| 任意 |
| 加签文件下载 |
示例
示例
bash
export LINKFOXAGENT_API_KEY="<key>"bash
export LINKFOXAGENT_API_KEY="<key>"商品列表
商品列表
python scripts/eu_manage_list_query.py '{"accessToken":"TOKEN","request":{"pageNo":1,"pageSize":20,"goodsSearchType":1,"goodsStatusFilterType":0}}'
python scripts/eu_manage_list_query.py '{"accessToken":"TOKEN","request":{"pageNo":1,"pageSize":20,"goodsSearchType":1,"goodsStatusFilterType":0}}'
详情
详情
python scripts/eu_manage_detail_query.py '{"accessToken":"TOKEN","request":{"goodsId":123456,"versionQueryType":2}}'
python scripts/eu_manage_detail_query.py '{"accessToken":"TOKEN","request":{"goodsId":123456,"versionQueryType":2}}'
部分编辑标题(官方字段为 goodsBasic.goodsName,非 productName)
部分编辑标题(官方字段为goodsBasic.goodsName,非productName)
python scripts/eu_manage_partial_update.py '{"accessToken":"TOKEN","request":{"goodsId":123456,"goodsBasic":{"goodsName":"New Title"}}}'
python scripts/eu_manage_partial_update.py '{"accessToken":"TOKEN","request":{"goodsId":123456,"goodsBasic":{"goodsName":"New Title"}}}'
库存增量
库存增量
python scripts/eu_manage_stock_edit.py '{"accessToken":"TOKEN","request":{"goodsId":123456,"skuStockChangeList":[{"skuId":999,"stockDiff":10}]}}'
**Feedback:** `skillName`:`linkfox-temu-manage-product-eu`python scripts/eu_manage_stock_edit.py '{"accessToken":"TOKEN","request":{"goodsId":123456,"skuStockChangeList":[{"skuId":999,"stockDiff":10}]}}'
**反馈:** `skillName`:`linkfox-temu-manage-product-eu`网关与授权脚本
网关与授权脚本
| 脚本 | 说明 |
|---|---|
| 校验 LinkFox 用户 Token |
| Temu accessToken 后台授权步骤 |
| 保存 accessToken 到本地 |
| 列出已保存 token |
| 读取已保存 token |
| 通用网关转发(多 site) |
| 加签文件下载(多 site) |
授权说明:references/access-token.md
<!-- LF_LARGE_RESPONSE_BLOCK -->| 脚本 | 说明 |
|---|---|
| 校验LinkFox用户Token |
| Temu accessToken后台授权步骤 |
| 将accessToken保存到本地 |
| 列出已保存的token |
| 读取已保存的token |
| 通用网关转发(多站点) |
| 加签文件下载(多站点) |
授权说明:references/access-token.md
<!-- 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>"Pickoutside any git working tree (e.g.--out-diron Unix,/tmp/...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.%TEMP%/...
This skill exposes multiple entry scripts:,check_linkfox_token.py,eu_manage_category_check.py,eu_manage_compliance_edit.py,eu_manage_compliance_list_query.py,eu_manage_detail_query.py,eu_manage_goods_delete.py,eu_manage_goods_list_retrieve.py,eu_manage_goods_update.py,eu_manage_list_query.py,eu_manage_out_sn_set.py,eu_manage_partial_update.py,eu_manage_pre_sale_status_edit.py,eu_manage_property_get.py,eu_manage_property_relations.py,eu_manage_property_relations_level_template.py,eu_manage_property_relations_template.py,eu_manage_publish_status_get.py,eu_manage_sale_status_set.py,eu_manage_sku_list_query.py,eu_manage_sku_list_retrieve.py,eu_manage_sku_out_sn_set.py,eu_manage_sku_stock_query.py,eu_manage_spec_info_get.py,eu_manage_stock_edit.py,eu_manage_videocoverimage_get.py,get_temu_access_token.py,list_temu_access_tokens.py,save_temu_access_token.py,temu_eu_file_download.py,temu_eu_proxy.py,temu_file_download.py,temu_proxy.py. Passtemu_token_guide.pyto choose the one you need.--script scripts/<name>.py
runread--limit/--offset--format json|jsonl|csv|tableWhen 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 .
<!-- /LF_LARGE_RESPONSE_BLOCK -->read为避免超出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>" # 或 --path "<JMESPath>"请选择为Git工作区外的路径(例如Unix系统的<out-dir>,Windows系统的/tmp/...)。持久化的响应结果可能包含个人身份信息(PII)、定价或敏感授权数据——请勿提交到代码仓库。文件不会自动删除,完成任务后请自行清理。%TEMP%/...
本skill提供多个入口脚本:、check_linkfox_token.py、eu_manage_category_check.py、eu_manage_compliance_edit.py、eu_manage_compliance_list_query.py、eu_manage_detail_query.py、eu_manage_goods_delete.py、eu_manage_goods_list_retrieve.py、eu_manage_goods_update.py、eu_manage_list_query.py、eu_manage_out_sn_set.py、eu_manage_partial_update.py、eu_manage_pre_sale_status_edit.py、eu_manage_property_get.py、eu_manage_property_relations.py、eu_manage_property_relations_level_template.py、eu_manage_property_relations_template.py、eu_manage_publish_status_get.py、eu_manage_sale_status_set.py、eu_manage_sku_list_query.py、eu_manage_sku_list_retrieve.py、eu_manage_sku_out_sn_set.py、eu_manage_sku_stock_query.py、eu_manage_spec_info_get.py、eu_manage_stock_edit.py、eu_manage_videocoverimage_get.py、get_temu_access_token.py、list_temu_access_tokens.py、save_temu_access_token.py、temu_eu_file_download.py、temu_eu_proxy.py、temu_file_download.py、temu_proxy.py。通过传递temu_token_guide.py参数选择所需脚本。--script scripts/<name>.py
runread--limit/--offset--format json|jsonl|csv|table何时优先使用此模式——根据响应特征判断,例如:
- 每条记录字段数量多,或包含不需要的字段
- 批量/分页结果(单次调用返回多条数据)
- 长文本字段(描述、评论、HTML、时间序列)
- 输出结果需在后续步骤中重复使用,而非立即消费
对于小型、单次使用的响应,直接调用主脚本即可。
⚠️ 预览内容是截断的模式+示例,并非完整数据。任何字段相关的决策必须通过命令从持久化文件中读取。
<!-- /LF_LARGE_RESPONSE_BLOCK -->read