linkfox-ehunt-etsy-product-query

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

EHunt Etsy 商品查询(
_ehunt_productQuery

EHunt Etsy Product Query (
_ehunt_productQuery
)

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

要点

Key Points

  • 分页
    page
    从 1 起;
    pageSize
    默认 20、最大 100(建议 ≤50)。
  • 区间入参:与店铺接口相同思路,
    begin*
    /
    end*
    成对。
  • 排序
    sortBy
    1~6(EHunt 上游
    sort_by
    )。
    sortDesc
    1=降序,2=升序(与
    _ehunt_storeQuery
    的 1/0 不同)。
  • 商品类型
    productType
    1
    手工、
    2
    复古、
    3
    数字、
    4
    定制、
    9
    其他,多选用逗号。
  • 货币
    currencyCode
    默认
    USD
  • 类目 id
    category
    为单品类 ID;可先通过类目检索类技能拿到 id。
  • Pagination:
    page
    starts from 1;
    pageSize
    defaults to 20, maximum 100 (recommended ≤50).
  • Range Parameters: Following the same logic as the store interface,
    begin*
    /
    end*
    are paired.
  • Sorting:
    sortBy
    is 1~6 (EHunt upstream
    sort_by
    ).
    sortDesc
    : 1=descending order, 2=ascending order (different from 1/0 in
    _ehunt_storeQuery
    ).
  • Product Type
    productType
    :
    1
    for handmade,
    2
    for vintage,
    3
    for digital,
    4
    for custom,
    9
    for others; use commas for multiple selections.
  • Currency:
    currencyCode
    defaults to
    USD
    .
  • Category ID:
    category
    is a single category ID; you can first obtain the ID through the category retrieval skill.

脚本(可选)

Script (Optional)

命令行调试:
python scripts/ehunt_etsy_product_query.py '<JSON>'
(需
LINKFOXAGENT_API_KEY
)。详见 references/api.md 末尾。
Command line debugging:
python scripts/ehunt_etsy_product_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.