Click or drag to resize

OrderGetOrders Method (String, String, String, String, Boolean, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use Ecommerce.Services.Orders.FindOrders instead.")]
public static OrderCollection GetOrders(
	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: OrderCollection
See Also