PushOrderUpdateStatus is used to notify the provider when the order has changed status in the POS client. ImportErrors only occur when the new status equals 'ACKByPOS'.
pushOrderUpdateStatus
Field |
Type |
Description |
token |
Guid |
Specifies the identifier that was returned after sending the order into Harmony |
previousStatus |
orderStatus |
Old status of the order. Defined in the enum list found here |
newStatus |
orderStatus |
New status of the order. Defined in the enum list found here |
orderImportErrors |
List of OrderImportError |
List of error messages arisen for the order |
click to enlarge graphical representation