Click or drag to resize

IeCommerceServiceOrderHistoryByContactId Method

Get Customer Orders by Contact Id

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
List<Order> OrderHistoryByContactId(
	string contactId,
	bool includeLines,
	bool includeTransactions
)

Parameters

contactId
Type: SystemString
includeLines
Type: SystemBoolean
Include Order Lines
includeTransactions
Type: SystemBoolean

Return Value

Type: ListOrder
See Also