...
You can store this information in your application, but you need to updated update the information when you receive a push message with the id, since the price might be updated due to cancellation of a product or something similar. Polling is an example on how you can receive updates.
A table of statuses that the response can return:
Status code | Status name | description |
---|---|---|
FINISHEDFinished | The order has finished from our side | |
CANCELLED | Cancelled | The order has been cancelled from our side |
PROCESSING | The order has been started, but has not been finished | |
NEWNew | The order is either new or in progress from our side. |