Click or drag to resize

OrderServiceGetCompletedOrders Method

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Order> GetCompletedOrders(
	int customerId,
	string customerNumber,
	string shopIds
)

Parameters

customerId
Type: SystemInt32
customerNumber
Type: SystemString
shopIds
Type: SystemString

Return Value

Type: IEnumerableOrder
See Also