Click or drag to resize
ShippingOptionInfoProviderSetShippingOptionInfoInternal Method
Sets (updates or inserts) specified shipping option.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetShippingOptionInfoInternal(
	ShippingOptionInfo optionObj
)

Parameters

optionObj
Type: CMS.EcommerceShippingOptionInfo
Shipping option to be set
See Also