Click or drag to resize

IUCJsonSalesEntryGetSalesByOrderId Method

Get Transaction and Sales Invoices for Customer order

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
List<SalesEntry> SalesEntryGetSalesByOrderId(
	string orderId
)

Parameters

orderId
Type: SystemString

Return Value

Type: ListSalesEntry
See Also