ShoppingServiceValidateSetShippingAddress Method |
Validates shipping address which is to be set to the current shopping cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual void ValidateSetShippingAddress(
AddressInfo shippingAddressInfo
)
Parameters
- shippingAddressInfo
- Type: CMS.EcommerceAddressInfo
Address for shipping purposes.
Exceptions Exception | Condition |
---|
InvalidOperationException | Thrown when validation fails. |
See Also