Kaufland Marketplace

Consume Kaufland Marketplace API

Overview

This node integrates with the Kaufland Marketplace API to manage return processes, specifically supporting the 'Repairing Returns' operation. It allows users to update the status of a return unit to 'repair' by sending a PATCH request to the Kaufland API. This is useful in scenarios where returned items need to be marked for repair as part of the returns management workflow, helping sellers automate and streamline their return handling.

Use Case Examples

  1. A seller receives a returned product that requires repair before it can be resold or returned to inventory. Using this node, they can mark the return unit as 'repair' in the Kaufland system automatically.
  2. Automating the return process in an e-commerce workflow where different return statuses (clarify, reject, repair, accept) are updated based on the condition of the returned items.

Properties

Name Meaning
Return Unit ID The unique identifier of the return unit to be updated. This is required to specify which return unit's status is being changed.

Output

JSON

  • response - The JSON response from the Kaufland Marketplace API after updating the return unit status.

Dependencies

  • Kaufland Marketplace API

Troubleshooting

  • Ensure the 'Return Unit ID' is correctly provided and valid; otherwise, the API will return an error indicating the resource was not found.
  • Check that the API credentials for Kaufland Marketplace are correctly configured and have the necessary permissions to update return units.
  • If the API returns an error related to the PATCH request, verify that the operation name matches one of the supported actions ('clarify', 'reject', 'repair', 'accept') and that the request body is correctly formed, especially for operations requiring a message.

Links

Discussion