Click or drag to resize

OrderLineSetUnitPrice Method (PriceInfo, Boolean)

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.OrderLines.SetUnitPrice instead.")]
public void SetUnitPrice(
	PriceInfo priceInfo,
	bool forcePriceRecalculation
)

Parameters

priceInfo
Type: Dynamicweb.Ecommerce.PricesPriceInfo
forcePriceRecalculation
Type: SystemBoolean
See Also