Click or drag to resize

IeCommerceServiceOrderStatusCheck Method

Check Status of an Order made with BasketPostSale (LSNAV 10.02 and older)

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
OrderStatusResponse OrderStatusCheck(
	string transactionId
)

Parameters

transactionId
Type: SystemString
Order GUID Id

Return Value

Type: OrderStatusResponse
Examples
Shows how Omni Object is mapped to LS Nav/Central WS Request
NAV WS mapping
<Request_ID>WI_NC_ORDER_STATUS</Request_ID>
<Request_Body>
  <WebTransactionGUID>transactionId</WebTransactionGUID>
</Request_Body>
See Also