Actions10
Overview
This node interacts with the Kaufland Marketplace API to retrieve detailed information about a specific return by its ID. It supports embedding additional related data such as return units and buyer information within the response. This is useful for sellers or support teams who need to access comprehensive return details for order management, customer service, or analytics.
Use Case Examples
- Retrieve detailed information about a return using its unique Return ID.
- Optionally include embedded data about the return units involved in the return.
- Optionally include embedded buyer information related to the return.
Properties
| Name | Meaning |
|---|---|
| Return ID | The unique identifier of the return to retrieve information for. |
| Embed Return Units | Whether to include detailed information about the return units in the response. |
| Embed Buyer | Whether to include detailed buyer information in the response. |
Output
JSON
id- The unique identifier of the return.status- Current status of the return.return_units- Details about the units involved in the return, if embedded.buyer- Information about the buyer who initiated the return, if embedded.created_at- Timestamp when the return was created.updated_at- Timestamp when the return was last updated.
Dependencies
- Kaufland Marketplace API
Troubleshooting
- Ensure the provided Return ID is valid and exists in the Kaufland Marketplace system to avoid 'not found' errors.
- Check API credentials and permissions if authentication errors occur.
- If embedding options are enabled but no related data appears, verify that the return has associated return units or buyer information.
- Network or API downtime may cause request failures; retry after some time.
Links
- Kaufland Marketplace API Documentation - Official documentation for the Kaufland Marketplace API, including endpoints and usage details.