Confirm a requested return. The changes are applied on the inventory quantity and the order only after the return has been confirmed as received using the /admin/returns/:id/received/confirm.
Request
Authorization
or
or
or
Path Params
Query Params
Body Params application/json
Examples
Responses
🟢200OK
application/json
OK
Body
🟠400Bad Request
🟠401Unauthorized
🟠404Record Not Found
🟠409409
🟠422Parameter Error
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl-X POST '{backend_url}/admin/returns/{id}/request' \
-H'Authorization: Bearer {access_token}'