linkfox-ehunt-etsy-store-query

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

EHunt Etsy 店铺查询(
_ehunt_storeQuery

EHunt Etsy Store Query (
_ehunt_storeQuery
)

在具备 LinkFox「第三方数据服务」MCP 时,按工具名
_ehunt_storeQuery
调用(MCP 展示名:Etsy店铺查询,以当前环境下发的工具元数据为准)。鉴权与上游路由由网关处理;若响应含根级
code
字段,是否成功以实网为准。
When the LinkFox "Third-Party Data Service" MCP is available, call it by the tool name
_ehunt_storeQuery
(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
code
field, success status shall be based on the actual network.

要点

Key Points

  • 分页
    page
    从 1 起;
    pageSize
    默认 20、最大 100。
  • 区间入参
    begin*
    /
    end*
    成对对应上游逗号范围;只填一侧时上游为「起始~」或「~结束」。
  • 排序
    sortBy
    8~11(8 总销量、9 周销量、10 评论数、11 收藏数)。
    sortDesc
    1=降序,0=升序(勿与商品接口的
    sortDesc
    混用)。
  • Pagination:
    page
    starts from 1;
    pageSize
    defaults to 20, maximum 100.
  • Range Parameters:
    begin*
    /
    end*
    pairs correspond to upstream comma-separated ranges; if only one side is filled, the upstream will be "start~" or "~end".
  • Sorting:
    sortBy
    only supports 8~11 (8 = total sales, 9 = weekly sales, 10 = number of reviews, 11 = number of favorites).
    sortDesc
    : 1=descending order, 0=ascending order (do not confuse with
    sortDesc
    of the product interface).

脚本(可选)

Script (Optional)

命令行调试:
python scripts/ehunt_etsy_store_query.py '<JSON>'
(需
LINKFOXAGENT_API_KEY
)。详见 references/api.md 末尾。
Command line debugging:
python scripts/ehunt_etsy_store_query.py '<JSON>'
(requires
LINKFOXAGENT_API_KEY
). See the end of references/api.md for details.

参考

References

入参/出参表见 references/api.md
See references/api.md for the input/output parameter table.