Actions17
- Customer Actions
- Order Actions
- Shipping Actions
- Payment Actions
- Cart Actions
Overview
This node interacts with the OpenCart API to add a new customer to the OpenCart e-commerce platform. It is useful for automating customer management tasks such as registering new customers with their personal details. For example, it can be used in workflows that onboard new users by capturing their information and adding them directly to the OpenCart customer database.
Use Case Examples
- Automatically add new customers from a web form submission to OpenCart.
- Sync customer data from a CRM system to OpenCart.
Properties
| Name | Meaning |
|---|---|
| Customer Data | Customer information in JSON format, including fields like firstname, lastname, email, telephone, and password. |
Output
JSON
json- The response from the OpenCart API after adding the customer, typically containing the newly created customer details or confirmation.
Dependencies
- Requires an OpenCart API credential with base URL, username, password, and optional timeout, retries, and retry delay settings.
Troubleshooting
- Invalid JSON format in the 'Customer Data' property will cause an error. Ensure the JSON is correctly formatted.
- API authentication errors may occur if the OpenCart API credentials are incorrect or missing.
- Network or timeout issues can cause request failures; check the base URL and network connectivity.
