Accept order
When the delivery status returns Ready_to_ship you can accept the order.
To accept the order that was confirmed at the POS, perform a PUT sending the shipment_id
and access_token
(generated by the OAuth authentication process) to the endpoint /proximity-integration/shipments/{shipment_id}/accept. Check Security for more information about OAuth.
When accepting the order, the status will be changed and the new order status will be indicated in the response.