Click or drag to resize

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
)

Parameters

customerId
Type: SystemInt32
fromDate
Type: SystemDateTime
priceCurrency
Type: Dynamicweb.Ecommerce.InternationalCurrency

Return Value

Type: PriceInfo
See Also