etsy
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name ETSY_TOKEN or zero doctor check-connector --url https://openapi.etsy.com/v3/application/openapi-ping --method GET
Authentication
All requests require your API credentials passed in the header:
x-api-key: $ETSY_TOKEN
ETSY_TOKEN must be set to <keystring>:<shared_secret> — both values joined with a colon. Get them from the Etsy Developer Portal under Your Apps.
Note: Shop receipt and transaction endpoints require OAuth 2.0 and are not accessible with an API key alone.