Actions38
- Order Actions
- Product Actions
- Customer Actions
- Address Actions
- Special Offer Actions
- Coupon Actions
- Shipment Actions
- Digital Product Actions
Overview
This node integrates with the Salla.sa e-commerce platform API, allowing users to manage various resources such as orders, products, customers, addresses, special offers, coupons, shipments, and digital products. Specifically, for the Product - Create operation, it enables creating new product entries in the Salla store by sending product details to the API.
Common scenarios where this node is beneficial include automating product catalog management, syncing product data from other systems, or bulk-creating products based on external inputs.
For example, a user can automate adding new products to their Salla store whenever a new item is added to an inventory spreadsheet or another database, streamlining the product onboarding process.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Collection of optional fields to define the product's attributes: |
| - Name | The name/title of the product to create. |
| - Description | A textual description providing details about the product. |
| - Status | The current status of the product; options are: "Active", "Inactive", or "Draft". |
Output
The node outputs JSON data representing the response from the Salla API after creating the product. This typically includes the newly created product's details such as its ID, name, description, status, and any other metadata returned by the API.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the Salla.sa API using OAuth2 authentication (an API key credential).
- The node depends on internal helper functions to make authenticated HTTP requests to the Salla API endpoints.
- Proper configuration of the OAuth2 credentials within n8n is necessary for successful API communication.
Troubleshooting
Common issues:
- Missing or invalid API credentials will cause authentication failures.
- Providing incomplete or invalid product data in the additional fields may result in API errors.
- Network connectivity problems can prevent the node from reaching the Salla API.
Error messages:
- Errors indicating unsupported operations suggest that the selected operation does not exist for the resource.
- API error messages related to validation usually mean required fields are missing or have incorrect formats.
Resolutions:
- Ensure the OAuth2 credentials are correctly set up and authorized.
- Verify all required product fields are provided and valid.
- Check network connectivity and API endpoint accessibility.
Links and References
- Salla API Documentation (for detailed API usage and product creation specifics)
- n8n OAuth2 Credential Setup (for configuring OAuth2 credentials)