Click or drag to resize

CustomerOrderCollectionLoad Method (Int64, String, OrderType, Boolean)

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void Load(
	long customerId,
	string shopIds,
	OrderType orderType,
	bool useCustomerNumber
)

Parameters

customerId
Type: SystemInt64
shopIds
Type: SystemString
orderType
Type: Dynamicweb.Ecommerce.OrdersOrderType
useCustomerNumber
Type: SystemBoolean
See Also