Overview
This node provides integration with Bigcommerce V3 API, allowing users to interact with Bigcommerce services within n8n workflows. It is useful for automating e-commerce tasks such as managing products, orders, customers, and other Bigcommerce resources. Users can configure request options like batching, SSL certificate handling, proxy settings, and request timeout to customize API interactions.
Use Case Examples
- Automate product updates by fetching product data from Bigcommerce and updating inventory levels.
- Create workflows to process new orders automatically by retrieving order details from Bigcommerce.
- Manage customer data by syncing Bigcommerce customer information with other systems.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to customize the API request behavior, including batching, SSL certificate validation, proxy usage, and timeout. |
Output
JSON
data- The response data from Bigcommerce API calls, typically containing requested resource information such as products, orders, or customers.
Dependencies
- Requires Bigcommerce V3 API credentials for authentication.
Troubleshooting
- Ensure that the Bigcommerce V3 API credentials are correctly configured and have the necessary permissions.
- If SSL errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Check proxy settings if requests fail to connect, especially in restricted network environments.
- Adjust timeout settings if requests frequently time out due to slow server responses.
Links
- Bigcommerce V3 API Documentation - Official documentation for Bigcommerce V3 API endpoints and usage.