linkfox-ehunt-etsy-store-query
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseEHunt Etsy 店铺查询(_ehunt_storeQuery
)
_ehunt_storeQueryEHunt Etsy Store Query (_ehunt_storeQuery
)
_ehunt_storeQuery在具备 LinkFox「第三方数据服务」MCP 时,按工具名 调用(MCP 展示名:Etsy店铺查询,以当前环境下发的工具元数据为准)。鉴权与上游路由由网关处理;若响应含根级 字段,是否成功以实网为准。
_ehunt_storeQuerycodeWhen the LinkFox "Third-Party Data Service" MCP is available, call it by the tool name (MCP display name: Etsy Store 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 status shall be based on the actual network.
_ehunt_storeQuerycode要点
Key Points
- 分页:从 1 起;
page默认 20、最大 100。pageSize - 区间入参:/
begin*成对对应上游逗号范围;只填一侧时上游为「起始~」或「~结束」。end* - 排序:仅 8~11(8 总销量、9 周销量、10 评论数、11 收藏数)。
sortBy:1=降序,0=升序(勿与商品接口的sortDesc混用)。sortDesc
- Pagination: starts from 1;
pagedefaults to 20, maximum 100.pageSize - Range Parameters: /
begin*pairs correspond to upstream comma-separated ranges; if only one side is filled, the upstream will be "start~" or "~end".end* - Sorting: only supports 8~11 (8 = total sales, 9 = weekly sales, 10 = number of reviews, 11 = number of favorites).
sortBy: 1=descending order, 0=ascending order (do not confuse withsortDescof the product interface).sortDesc
脚本(可选)
Script (Optional)
命令行调试:(需 )。详见 references/api.md 末尾。
python scripts/ehunt_etsy_store_query.py '<JSON>'LINKFOXAGENT_API_KEYCommand line debugging: (requires ). See the end of references/api.md for details.
python scripts/ehunt_etsy_store_query.py '<JSON>'LINKFOXAGENT_API_KEY参考
References
入参/出参表见 references/api.md。
See references/api.md for the input/output parameter table.