ecommerce.etsy-store-query
Installation
SKILL.md
Etsy Store Query
Key Points
- Pagination:
pagestarts at 1;pageSizedefaults to 20, maximum 100. - Range Parameters:
begin*/end*pairs correspond to upstream comma-delimited ranges. Filling only one side means the upstream treats it as "start~" or "~end". - Sorting:
sortByonly supports 8~11 (8 total sales, 9 weekly sales, 10 review count, 11 favorite count).sortDesc: 1=descending, 0=ascending (do not confuse with the product query interface''ssortDesc).
Script (Optional)
Command-line debugging: python scripts/etsy_store_query.py ''<JSON>'' (requires NEXSCOPE_API_KEY). See references/api.md for details.
Reference
Input/output parameter tables are in references/api.md.
Authentication
Set the NEXSCOPE_API_KEY environment variable. If credentials are missing or expire, visit https://www.nexscope.ai/help/skills-external-access?co-from=skillNS to top up credits.