updateOrderItems
@Patch(value = "items")
Handles PATCH orders/items.
Updates the items in an order.
Response mapping:
200 OKwhen items are updated successfully404 Not Foundwhen order does not exist401 Unauthorizedfor unauthorized access400 Bad Requestfor empty items
Return
An HTTP response representing the update result.
Parameters
request
Request containing order identifier and new items.