Track
Track an active order
Overview
The BAP will send the order id to get the tracking details of the order
Request
URL
/track
Method
POST
Request Body Schema
Field | Type |
---|---|
context* | ContextForTrack |
message | MessageForTrack |
Response
Response Body Schema
Field | Type |
---|---|
message* | { Ack } |
error | Error |
Response Codes
Code | Description |
---|---|
200 | Acknowledgement of message received |