linkfox-temu-category-search
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTemu 类目检索
Temu Category Search
要点
Key Points
- 必填:(子串匹配类目中文名、英文名、类目 id)。
keyword - 分页:从 1 起;
page默认 50、最大 200。pageSize - 返回的 /
id可作为 Temu 商品查询的categoryId/categoryHome、店铺查询的categoryBackend等入参的类目标识(与具体工具 schema 一致即可)。category
- Required: (substring match for category Chinese name, English name, category id).
keyword - Pagination: starts from 1;
pagedefaults to 50, maximum 200.pageSize - The returned /
idcan be used as the category identifier for parameters such ascategoryId/categoryHomein Temu product queries,categoryBackendin store queries, etc. (just align with the specific tool schema).category
脚本(可选)
Script (Optional)
命令行调试:(需 )。详见 references/api.md 末尾。
python scripts/temu_category_search.py '<JSON>'LINKFOXAGENT_API_KEYCommand line debugging: (requires ). See the end of references/api.md for details.
python scripts/temu_category_search.py '<JSON>'LINKFOXAGENT_API_KEY参考
References
入参/出参表见 references/api.md。
See references/api.md for the input/output parameter table.
解决认证和积分问题
Resolve Authentication and Points Issues
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
When the following exceptions occur, guide users to resolve them using references/onboarding.md:
异常情况
Exception Scenarios
- 未配置API Key:环境变量未配置 ,也未配置
LINKFOX_AGENT_API_KEY。LINKFOXAGENT_API_KEY - 响应401或402状态码
- 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。
- API Key not configured: Neither nor
LINKFOX_AGENT_API_KEYis configured in environment variables.LINKFOXAGENT_API_KEY - Response with 401 or 402 status code
- Response indicates insufficient points or balance: The message contains "insufficient points balance/insufficient billing/insufficient balance/quota exceeded/insufficient balance/package expired/need to recharge/please recharge" or similar meanings.
积分消耗规则
Points Consumption Rules
不消耗积分。
No points are consumed.