Actions10
Overview
This node integrates with the Kaufland Marketplace API to manage returns, specifically enabling the operation of returning order units. It allows users to submit return requests for order units by sending JSON data representing the units to be returned. This is useful for sellers on the Kaufland Marketplace who need to automate or streamline the process of handling product returns.
Use Case Examples
- A seller wants to automate the return process by sending a batch of order units to be returned via the API.
- A workflow needs to handle returns by submitting order unit details in JSON format to the Kaufland Marketplace.
Properties
| Name | Meaning |
|---|---|
| Order Units (Json) | JSON data representing the order units to be returned. This input is required to specify which units are being returned in the operation. |
Output
JSON
- ``
returnId- The identifier of the return created or processed.status- The status of the return operation for the order units.message- Any message or response details from the return operation.
Dependencies
- Requires an API key credential for Kaufland Marketplace API authentication.
Troubleshooting
- Ensure the JSON format for 'Order Units (Json)' is correct and matches the API requirements to avoid request errors.
- Check API credentials and permissions if authentication errors occur.
- Verify that the endpoint URL is accessible and the network connection is stable to prevent connectivity issues.
Links
- Kaufland Marketplace API Documentation - Official documentation for the Kaufland Marketplace API, providing details on endpoints, request formats, and authentication.