Update order status
Implementation is OPTIONAL
Reversed direction - Send to Smarts
resource: https://gateway.smarts.ee/v1/pickup/external/institution/${YOUR_INSTITUTION_ID}/order/${ORDER_ID}/status
method: POST
headers:
Header | Value |
accessToken | YOUR_INSTITUTION_ACCESS_TOKEN |
Content-Type | application/json;charset=UTF-8 |
Request body : PickupOrderStatusChangeRequest
Response: Order
Last updated