cURL
curl --request PUT \ --url https://api.readmin.app/orders/{orderId}/setHandedToCustomer \ --header 'Content-Type: application/json' \ --header 'loader-id: <api-key>' \ --data ' { "actorId": "<string>" } '
{ "success": true }
Order updated successfully
Show child attributes