Release Reservation (partial / located)
POST/inventory-management/api/v1/Reservations/:id/partial-release
Releases all or part of an unbilled reservation back to available stock; an optional target location relocates the freed stock.
Request
Responses
- 200
- 400
- 403
- 404
Returns the released and remaining quantities
If the reservation is billed or the quantity is invalid
If the user lacks the INVENTORY_RESERVATION_DELETE permission
If the reservation with the specified ID is not found