Handle Return
handle_returnProcess a return item by RMA ID: set the handling result and quantity returned. Returns an asynchronous process status. Review return details with get_return before handling.
Instructions
Handle/process a return item by its RMA ID. The RMA ID can be found in the return items from get_return. Set the handling result and quantity returned. Valid handling results: RETURN_RECEIVED, EXCHANGE_PRODUCT, RETURN_DOES_NOT_MEET_CONDITIONS, REPAIR_PRODUCT, CUSTOMER_KEEPS_PRODUCT_PAID, STILL_APPROVED. Returns a process status — the return is handled asynchronously. Always review the return details with get_return before handling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rmaId | Yes | The RMA ID of the return item (found in return items from get_return). | |
| handlingResult | Yes | How the return was handled. | |
| quantityReturned | Yes | Number of items returned. |