linkfox-etsy-category-search
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseEtsy 类目检索
Etsy Category Retrieval
要点
Key Points
- 必填:(子串匹配类目名称、类目 id、
keyword)。parentIds - 分页:从 1 起;
page默认 50、最大 200。pageSize - 返回的 可作为 Etsy商品搜索 / 店铺侧
id等入参的类目标识(与具体工具 schema 一致即可)。category
- Required: (substring match for category name, category id,
keyword).parentIds - Pagination: starts from 1;
pagedefaults to 50, maximum 200.pageSize - The returned can be used as the category identifier for parameters like
idin Etsy product search / shop side (consistent with the specific tool schema).category
脚本(可选)
Script (Optional)
命令行调试:(需 )。详见 references/api.md 末尾。
python scripts/etsy_category_search.py '<JSON>'LINKFOXAGENT_API_KEYCommand line debugging: (requires ). See the end of references/api.md for details.
python scripts/etsy_category_search.py '<JSON>'LINKFOXAGENT_API_KEY参考
References
入参/出参表见 references/api.md。
The input/output parameter table is available in references/api.md.
解决认证和积分问题
Resolving Authentication and Credit Issues
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
When the following exceptions occur, use references/onboarding.md to guide users to resolve the issues:
异常情况
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 returns 401 or 402 status code
- Response indicates insufficient credits or balance: The message contains content such as "insufficient credits/insufficient billing/insufficient balance/quota exceeded/insufficient balance/package expired/need to recharge/please recharge" or similar meanings.
积分消耗规则
Credit Consumption Rules
不消耗积分。
No credits are consumed.