Click or drag to resize
ShippingCostInfoProviderSetShippingCostInfoInternal Method
Sets (updates or inserts) specified shipping cost.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetShippingCostInfoInternal(
	ShippingCostInfo shippingCostObj
)

Parameters

shippingCostObj
Type: CMS.EcommerceShippingCostInfo
Shipping cost to be set
See Also