Loading...
Loading...
Temu 欧洲站商品管理(Manage Product)API,经 LinkFox 网关转发 Partner EU 24 个 bg.local/temu.local 接口:商品列表/详情/SKU查询、部分/全量编辑、删除、库存、上下架、预售、类目预检、属性模板、合规、外部编码、视频封面等。当用户提到 Temu EU Manage Product、Temu欧洲站商品管理、bg.local.goods、Partner EU、site=eu 商品上下架、改库存、删除商品、合规编辑 时触发。促销用 linkfox-temu-promotion-eu;广告用 linkfox-temu-ads-eu;价格用 linkfox-temu-price-eu。
npx skill4agent add linkfox-ai/linkfox-skills linkfox-temu-manage-product-eulinkfox-temu-manage-product-eumenu_code=2283b8dc7fcc42529633b0b41114aef8bg.local.*temu.local.*typelinkfox-temu-manage-product-uslinkfox-temu-manage-product-global| 能力 | 方法 | 路径 |
|---|---|---|
商品 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
references/| 文档 | 内容 |
|---|---|
| api.md | 网关、鉴权、错误码 |
| partner-eu-catalog.md | 24 接口目录 + 脚本 + 文档链接 |
| apis/README.md | 按接口分文件(24 个 |
| 字段 | 默认 | 说明 |
|---|---|---|
| site | | Partner EU |
| managementType | | 半托管 |
| tokenPurpose | | 酷鸟卖家助手 token |
LINKFOXAGENT_API_KEYAuthorizationTokenaccessTokenstoreKey| 脚本 | type |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| 任意 |
| 加签文件下载 |
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_detail_query.py '{"accessToken":"TOKEN","request":{"goodsId":123456,"versionQueryType":2}}'
# 部分编辑标题(官方字段为 goodsBasic.goodsName,非 productName)
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}]}}'skillNamelinkfox-temu-manage-product-eu| 脚本 | 说明 |
|---|---|
| 校验 LinkFox 用户 Token |
| Temu accessToken 后台授权步骤 |
| 保存 accessToken 到本地 |
| 列出已保存 token |
| 读取已保存 token |
| 通用网关转发(多 site) |
| 加签文件下载(多 site) |
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|tableread