Selleractive

Selleractive integration for n8n

Overview

This node provides integration with Selleractive, a platform likely used for e-commerce or inventory management. It is designed to be used within n8n workflows to automate tasks involving Selleractive's API. Common scenarios include automating product listings, inventory updates, order management, or data synchronization between Selleractive and other systems. For example, a user might use this node to batch update product prices or retrieve order details automatically.

Use Case Examples

  1. Batch updating product inventory levels in Selleractive to keep stock accurate.
  2. Retrieving order information from Selleractive to process in another system.
  3. Automating product listing creation or updates based on external data sources.

Properties

Name Meaning
Request Options Settings to control how requests to Selleractive API are made, including batching, SSL handling, proxy usage, and timeout.

Output

JSON

  • responseData - The JSON response data returned from Selleractive API after executing the request.

Dependencies

  • Requires Selleractive API credentials for authentication.

Troubleshooting

  • If requests fail due to SSL certificate issues, enable 'Ignore SSL Issues' option to bypass validation (not recommended for production).
  • Ensure the proxy settings are correct if using a proxy; incorrect proxy configuration can cause request failures.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.
  • Batching settings should be configured carefully to avoid overwhelming the Selleractive API or hitting rate limits.

Discussion