Kaufland Marketplace

Consume Kaufland Marketplace API

Overview

This node integrates with the Kaufland Marketplace API to manage returns, specifically supporting the operation of accepting return units. It allows users to accept a return by specifying the Return Unit ID, which triggers a PATCH request to the API to update the return unit's status to 'accept'. This is useful in scenarios where sellers need to process and confirm the acceptance of returned items from customers.

Use Case Examples

  1. A seller receives a returned product and uses this node to mark the return as accepted in the Kaufland Marketplace system.
  2. Automating the acceptance of return units in bulk by feeding multiple Return Unit IDs to the node.

Properties

Name Meaning
Return Unit ID The unique identifier of the return unit to be accepted. This is required to specify which return unit the acceptance operation applies to.

Output

JSON

  • ``
    • id - The identifier of the return unit that was accepted.
    • status - The updated status of the return unit after acceptance.
    • message - Any message or response from the API related to the acceptance operation.

Dependencies

  • Kaufland Marketplace API

Troubleshooting

  • Ensure the Return Unit ID is valid and exists in the Kaufland Marketplace system; invalid IDs will cause API errors.
  • Check that the API credentials are correctly configured and have permissions to update return units.
  • If the API returns an error message, verify the message content for clues, such as missing required fields or invalid operation states.

Links

Discussion