linkfox-ehunt-etsy-product-query
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseEHunt Etsy 商品查询(_ehunt_productQuery
)
_ehunt_productQueryEHunt Etsy Product Query (_ehunt_productQuery
)
_ehunt_productQuery在具备 LinkFox「第三方数据服务」MCP 时,按工具名 调用(MCP 展示名:Etsy商品查询,以当前环境下发的工具元数据为准)。鉴权与上游路由由网关处理;若响应含根级 字段,是否成功以实网为准。
_ehunt_productQuerycodeWhen the LinkFox "Third-Party Data Service" MCP is available, call it by the tool name (MCP display name: Etsy Product Query, subject to the tool metadata issued in the current environment). Authentication and upstream routing are handled by the gateway; if the response contains a root-level field, success is subject to the actual network status.
_ehunt_productQuerycode要点
Key Points
- 分页:从 1 起;
page默认 20、最大 100(建议 ≤50)。pageSize - 区间入参:与店铺接口相同思路,/
begin*成对。end* - 排序:为 1~6(EHunt 上游
sortBy)。sort_by:1=降序,2=升序(与sortDesc的 1/0 不同)。_ehunt_storeQuery - 商品类型 :
productType手工、1复古、2数字、3定制、4其他,多选用逗号。9 - 货币:默认
currencyCode。USD - 类目 id:为单品类 ID;可先通过类目检索类技能拿到 id。
category
- Pagination: starts from 1;
pagedefaults to 20, maximum 100 (recommended ≤50).pageSize - Range Parameters: Following the same logic as the store interface, /
begin*are paired.end* - Sorting: is 1~6 (EHunt upstream
sortBy).sort_by: 1=descending order, 2=ascending order (different from 1/0 insortDesc)._ehunt_storeQuery - Product Type :
productTypefor handmade,1for vintage,2for digital,3for custom,4for others; use commas for multiple selections.9 - Currency: defaults to
currencyCode.USD - Category ID: is a single category ID; you can first obtain the ID through the category retrieval skill.
category
脚本(可选)
Script (Optional)
命令行调试:(需 )。详见 references/api.md 末尾。
python scripts/ehunt_etsy_product_query.py '<JSON>'LINKFOXAGENT_API_KEYCommand line debugging: (requires ). See the end of references/api.md for details.
python scripts/ehunt_etsy_product_query.py '<JSON>'LINKFOXAGENT_API_KEY参考
References
入参/出参表见 references/api.md。
See references/api.md for the input/output parameter table.