IBOJsonOrderMessageStatusUpdate Method |
Send Order Status to ECOM platform and Notifications to Devices
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
Remarks
Notifications are only sent if MsgSubject/Details are provided, if not only status data will be sent to ECom
Example
Sample request
{
"orderMessage": {
"OrderId": "CO000001",
"CardId": "10021",
"HeaderStatus": "OPEN",
"MsgSubject": "your order 001",
"MsgDetail": "is ready for delivery",
"Lines":
[{
"LineNo": "1",
"PrevStatus": "OPEN",
"NewStatus": "PICKING"
}, {
"LineNo": "2",
"PrevStatus": "OPEN",
"NewStatus": "PACKING"
}
]
}
}
See Also