Click or drag to resize
DefaultDeliveryBuilderInitItemCustomData Method
Adds custom data to the constructed DeliveryItem.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual void InitItemCustomData(
	DeliveryItem deliveryItem,
	CalculationRequestItem requestItem
)

Parameters

deliveryItem
Type: CMS.EcommerceDeliveryItem
The delivery item to which custom data is set.
requestItem
Type: CMS.EcommerceCalculationRequestItem
The calculation request item from which the deliver item is constructed.
See Also