Click or drag to resize
DefaultDeliveryBuilderCreateDeliveryItem Method
Creates new delivery item for given shopping cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual DeliveryItem CreateDeliveryItem(
	ShoppingCartItemInfo cartItem
)

Parameters

cartItem
Type: CMS.EcommerceShoppingCartItemInfo
Cart item to create delivery item for.

Return Value

Type: DeliveryItem
See Also