Click or drag to resize

OrderServiceGetCustomerOrdersByType Method (Int32, String, OrderType, Int32, Boolean, String, DateTime, Boolean)

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Order> GetCustomerOrdersByType(
	int customerId,
	string shopIds,
	OrderType orderType,
	int recurringOrderId,
	bool useCustomerNumber,
	string orderContextIds,
	DateTime fromDate,
	bool includeImpersonation
)

Parameters

customerId
Type: SystemInt32
shopIds
Type: SystemString
orderType
Type: Dynamicweb.Ecommerce.OrdersOrderType
recurringOrderId
Type: SystemInt32
useCustomerNumber
Type: SystemBoolean
orderContextIds
Type: SystemString
fromDate
Type: SystemDateTime
includeImpersonation
Type: SystemBoolean

Return Value

Type: IEnumerableOrder
See Also