Overview
This node provides integration with Prestashop, allowing users to interact with Prestashop's API within n8n workflows. It is useful for automating tasks such as managing products, orders, customers, and other Prestashop resources. Users can configure request options like batching, SSL certificate handling, proxy settings, and request timeout to customize how API requests are made.
Use Case Examples
- Automate product updates by fetching product data from Prestashop and updating inventory in another system.
- Create workflows to automatically process new orders from Prestashop and send notifications or update CRM systems.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to customize API request behavior, including batching, SSL certificate validation, proxy usage, and timeout. |
Output
JSON
response- The JSON response data returned from the Prestashop API after executing the request.
Dependencies
- Requires an API key credential for Prestashop API authentication.
Troubleshooting
- Common issues include SSL certificate validation errors if 'Ignore SSL Issues' is not enabled and the server uses a self-signed certificate.
- Timeout errors may occur if the server is slow to respond; increasing the timeout setting can help.
- Proxy configuration errors if the proxy URL or credentials are incorrect.
Links
- Prestashop Official Documentation - Official documentation for Prestashop API and integration details.