Click or drag to resize
DefaultDeliveryBuilderAddItem Method
Adds a calculation request item to the constructed Delivery.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual void AddItem(
	CalculationRequestItem item
)

Parameters

item
Type: CMS.EcommerceCalculationRequestItem
The item to be added to the constructed Delivery.
See Also