Click or drag to resize
IDeliveryBuilderSetWeight Method
Sets weight of the package with the whole Delivery.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
void SetWeight(
	decimal weight
)

Parameters

weight
Type: SystemDecimal
Weight of the Delivery.
See Also