Click or drag to resize
ShoppingServiceValidateSetShippingAddress Method
Validates shipping address which is to be set to the current shopping cart.

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

Parameters

shippingAddressInfo
Type: CMS.EcommerceAddressInfo
Address for shipping purposes.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when validation fails.
See Also