Click or drag to resize
DefaultDeliveryBuilderSetShippingOption Method
Sets the shipping option used for the currently constructed Delivery.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public void SetShippingOption(
	ShippingOptionInfo shippingOption
)

Parameters

shippingOption
Type: CMS.EcommerceShippingOptionInfo
The used shipping option.

Implements

IDeliveryBuilderSetShippingOption(ShippingOptionInfo)
See Also