| 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
)
<ObsoleteAttribute("Use Ecommerce.Services.Orders.FindOrders instead.")>
Public Shared Function GetOrders (
keyword As String,
stateId As String,
startdate As String,
enddate As String,
showCart As Boolean,
shopId As String
) As OrderCollection
Parameters
- keyword
- Type: SystemString
- stateId
- Type: SystemString
- startdate
- Type: SystemString
- enddate
- Type: SystemString
- showCart
- Type: SystemBoolean
- shopId
- Type: SystemString
Return Value
Type:
OrderCollectionSee Also