Click or drag to resize
IDeliveryBuilderAddItem Method
Adds a cart item to the constructed Delivery.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
void AddItem(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
The item to be added to the constructed Delivery.
Remarks
This method also increments Weight using the weight of item.
See Also