GET {{BASE_URL}}/api/order/{{orderId}}/status
GET
{{BASE_URL}}/api/order/{{orderId}}/status
{ "isSuccessful": true, "message": "string", "code": "string", "data": { "status": "string" } }
Last updated 1 month ago