Click or drag to resize
IShoppingServiceSetShippingAddress Method
Sets shipping address to the current shopping cart and evaluates the cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
void SetShippingAddress(
	AddressInfo shippingAddressInfo
)

Parameters

shippingAddressInfo
Type: CMS.EcommerceAddressInfo
Address for shipping purposes.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when shippingAddressInfo is null.
InvalidOperationExceptionThrown when shippingAddressInfo is in invalid state.
See Also