ecommerce.etsy-product-query
Installation
SKILL.md
Etsy Product Query (_ehunt_productQuery)
Key Points
- Pagination:
pagestarts at 1;pageSizedefaults to 20, maximum 100 (recommended <= 50). - Range Parameters: Same approach as the store interface —
begin*/end*pairs. - Sorting:
sortByis 1~6 (upstreamsort_by).sortDesc: 1=descending, 2=ascending (different from_ehunt_storeQuerywhich uses 1/0). - Product Type
productType:1Handmade,2Vintage,3Digital,4Custom,9Other, use commas for multiple selection. - Currency:
currencyCodedefaults toUSD. - Category ID:
categoryis a single category ID; use the category search skill to find the ID first.
Script (Optional)
Command-line debugging: python scripts/etsy_product_query.py ''<JSON>'' (requires NEXSCOPE_API_KEY). See references/api.md for details.
Reference
Input/output parameter tables are in references/api.md.