  | OrderGetTotalPurchasesByCustomerId Method  | 
 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.GetTotalPurchasesByCustomerId instead.")]
public static PriceInfo GetTotalPurchasesByCustomerId(
	int customerId,
	DateTime fromDate,
	Currency priceCurrency
)<ObsoleteAttribute("Use Ecommerce.Services.Orders.GetTotalPurchasesByCustomerId instead.")>
Public Shared Function GetTotalPurchasesByCustomerId ( 
	customerId As Integer,
	fromDate As DateTime,
	priceCurrency As Currency
) As PriceInfoParameters
- customerId
 - Type: SystemInt32
 - fromDate
 - Type: SystemDateTime
 - priceCurrency
 - Type: Dynamicweb.Ecommerce.InternationalCurrency
 
Return Value
Type: 
PriceInfo
See Also