Update a damaged item, whose quantity is to be dismissed, in the return by the ID of the item's RECEIVE_DAMAGED_RETURN_ITEM action.Every item has an actions property, whose value is an array of actions. You can check the action's name using its action property, and use the value of the id property. return.
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}/dismiss-items/{action_id}' \
-H'Authorization: Bearer {access_token}'