Click or drag to resize

OrderServiceFindOrders Method

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Order> FindOrders(
	string keyword,
	string stateId,
	string startdate,
	string enddate,
	bool showCart,
	string shopId
)

Parameters

keyword
Type: SystemString
stateId
Type: SystemString
startdate
Type: SystemString
enddate
Type: SystemString
showCart
Type: SystemBoolean
shopId
Type: SystemString

Return Value

Type: IEnumerableOrder
See Also