Actions18
- Member Management Actions
- Order Management Actions
- Customer Management Actions
- Master Data Management Actions
- Points Management Actions
Overview
This node integrates with the SocialHub system API to perform batch addition of product data into the master data management system. It is useful for scenarios where multiple product records need to be added or synchronized in bulk, such as updating an e-commerce platform's product catalog or syncing inventory data from an external source. For example, a retailer can use this node to upload a batch of new products with details like product type, code, name, brand, category, price, and other attributes in one operation.
Use Case Examples
- Batch upload a list of new products to the master data system to keep the product catalog up to date.
- Synchronize product information from an external inventory management system by sending batches of product data.
Properties
| Name | Meaning |
|---|---|
| Product Data Collection | An array of product objects to be added or synchronized in batch. Each product includes details such as product type, code, name, brand, category, sub-category, price, color, size, season, gender, description, status, and tags. |
Output
JSON
data- The response data from the SocialHub API after batch adding products, typically containing the result of the batch operation.
Dependencies
- SocialHub API with authentication credentials
Troubleshooting
- Ensure the SocialHub API credentials are correctly configured and valid to avoid authentication errors.
- Verify that the product data collection is properly formatted and includes all required fields to prevent validation errors from the API.
- Check network connectivity and API endpoint availability if requests fail or time out.
- Handle API error responses gracefully; the node supports continue-on-fail to allow processing of multiple items even if some fail.
Links
- SocialHub API Documentation - Batch Add Products - Official API documentation for the batch product synchronization endpoint in the SocialHub system.