---
name: linkfox-temu-manage-product-eu
version: 1.0.0
category: product-sourcing
description: 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。
---

# Temu 欧洲站商品管理 API（Manage Product）

本 skill（`linkfox-temu-manage-product-eu`）覆盖 Partner Platform for EU **Product > Manage Products**（`menu_code=2283b8dc7fcc42529633b0b41114aef8`）下 **24** 个 `bg.local.*` / `temu.local.*` 接口（`type` 与 US 版对齐）。美国站请用 **`linkfox-temu-manage-product-us`**；全球站（非 US/EU）请用 **`linkfox-temu-manage-product-global`**。

**网关（本 skill 内置）**：

| 能力 | 方法 | 路径 |
|------|------|------|
| 商品 OpenAPI（`eu_manage_*`、`temu_eu_proxy`） | POST | `https://tool-gateway.linkfox.com/temu/proxy` |
| 加签文件下载 | POST | `https://tool-gateway.linkfox.com/temu/fileDownload` |

> **发品**、**订单** 等其它域：暂用对应 `linkfox-temu-*-us` skill 并设 **`site=eu`**；或使用已发布的 EU skill：**`linkfox-temu-price-eu`**、**`linkfox-temu-promotion-eu`**、**`linkfox-temu-ads-eu`**、**`linkfox-temu-tax-eu`** 等。

## API Usage

入参/出参、**Partner 官方文档 URL** 已内联至 `references/`：

| 文档 | 内容 |
|------|------|
| [api.md](./references/api.md) | 网关、鉴权、错误码 |
| [partner-eu-catalog.md](./references/partner-eu-catalog.md) | 24 接口目录 + 脚本 + 文档链接 |
| [apis/README.md](./references/apis/README.md) | **按接口分文件**（24 个 `apis/*.md`） |

常用单接口文档示例：

- 部分编辑：[apis/bg-local-goods-partial-update.md](./references/apis/bg-local-goods-partial-update.md)
- 商品列表：[apis/bg-local-goods-list-query.md](./references/apis/bg-local-goods-list-query.md)
- 库存编辑：[apis/bg-local-goods-stock-edit.md](./references/apis/bg-local-goods-stock-edit.md)

## 默认参数

| 字段 | 默认 | 说明 |
|------|------|------|
| site | `eu` | Partner EU |
| managementType | `semi-managed` | 半托管 |
| tokenPurpose | `product-inventory` | 酷鸟卖家助手 token |

## 鉴权

1. **LinkFox**：`LINKFOXAGENT_API_KEY` → Header `Authorization` + `Token`
2. **Temu**：`accessToken` 或 `storeKey`

## Scripts（按 type）

| 脚本 | type |
|------|------|
| `eu_manage_list_query.py` | `bg.local.goods.list.query` |
| `eu_manage_goods_list_retrieve.py` | `temu.local.goods.list.retrieve` |
| `eu_manage_detail_query.py` | `bg.local.goods.detail.query` |
| `eu_manage_sku_list_query.py` | `bg.local.goods.sku.list.query` |
| `eu_manage_sku_list_retrieve.py` | `temu.local.sku.list.retrieve` |
| `eu_manage_publish_status_get.py` | `bg.local.goods.publish.status.get` |
| `eu_manage_sku_stock_query.py` | `temu.local.goods.sku.stock.query` |
| `eu_manage_stock_edit.py` | `bg.local.goods.stock.edit` |
| `eu_manage_partial_update.py` | `bg.local.goods.partial.update` |
| `eu_manage_goods_update.py` | `bg.local.goods.update` |
| `eu_manage_goods_delete.py` | `temu.local.goods.delete` |
| `eu_manage_spec_info_get.py` | `temu.local.goods.spec.info.get` |
| `eu_manage_category_check.py` | `bg.local.goods.category.check` |
| `eu_manage_property_get.py` | `bg.local.goods.property.get` |
| `eu_manage_property_relations.py` | `bg.local.goods.property.relations` |
| `eu_manage_property_relations_level_template.py` | `bg.local.goods.property.relations.level.template` |
| `eu_manage_property_relations_template.py` | `bg.local.goods.property.relations.template` |
| `eu_manage_out_sn_set.py` | `bg.local.goods.out.sn.set` |
| `eu_manage_sku_out_sn_set.py` | `bg.local.goods.sku.out.sn.set` |
| `eu_manage_compliance_list_query.py` | `bg.local.compliance.goods.list.query` |
| `eu_manage_compliance_edit.py` | `bg.local.goods.compliance.edit` |
| `eu_manage_sale_status_set.py` | `bg.local.goods.sale.status.set` |
| `eu_manage_pre_sale_status_edit.py` | `temu.local.goods.pre.sale.status.edit` |
| `eu_manage_videocoverimage_get.py` | `bg.local.goods.videocoverimage.get` |
| `temu_eu_proxy.py` | 任意 `type` |
| `temu_eu_file_download.py` | 加签文件下载 |

## 示例

```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_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}]}}'
```

**Feedback：** `skillName`：`linkfox-temu-manage-product-eu`

## 网关与授权脚本

| 脚本 | 说明 |
|------|------|
| `check_linkfox_token.py` | 校验 LinkFox 用户 Token |
| `temu_token_guide.py` | Temu accessToken 后台授权步骤 |
| `save_temu_access_token.py` | 保存 accessToken 到本地 |
| `list_temu_access_tokens.py` | 列出已保存 token |
| `get_temu_access_token.py` | 读取已保存 token |
| `temu_proxy.py` | 通用网关转发（多 site） |
| `temu_file_download.py` | 加签文件下载（多 site） |

授权说明：[references/access-token.md](./references/access-token.md)
