Overview
This node provides integration with Etsy, allowing users to interact with Etsy's API within n8n workflows. It supports making requests to Etsy with configurable options such as batching, SSL certificate validation, proxy usage, and request timeout settings. This node is useful for automating tasks like fetching product listings, managing orders, or updating shop information on Etsy.
Use Case Examples
- Automate fetching new product listings from an Etsy shop.
- Batch process multiple order updates to Etsy with controlled request intervals.
- Use a proxy to route Etsy API requests through a specific network.
- Ignore SSL certificate issues when connecting to Etsy's API in development environments.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to control how requests to Etsy API are made, including batching, SSL validation, proxy, and timeout. |
Output
JSON
responseData- The JSON data returned from Etsy API requests, containing the results of the requested operations.
Dependencies
- Requires an Etsy API key credential for authentication.
Troubleshooting
- If requests fail due to SSL errors, enable 'Ignore SSL Issues' to bypass certificate validation (not recommended for production).
- Ensure the Etsy API key credential is correctly configured and has necessary permissions.
- If using batching, verify batch size and interval settings to avoid rate limiting by Etsy API.
- Check proxy settings if requests are not reaching Etsy API when behind a corporate network.
Links
- Etsy Developer Documentation - Official Etsy API documentation for understanding available endpoints and authentication.