Click or drag to resize
ShoppingServiceSetShippingAddress 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#
public virtual void SetShippingAddress(
	AddressInfo shippingAddressInfo
)

Parameters

shippingAddressInfo
Type: CMS.EcommerceAddressInfo
Address for shipping purposes.

Implements

IShoppingServiceSetShippingAddress(AddressInfo)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when shippingAddressInfo is null.
InvalidOperationExceptionThrown when shippingAddressInfo is in invalid state.
See Also