IShoppingServiceSetShippingAddress Method |
Sets shipping address to the current shopping cart and evaluates the cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax void SetShippingAddress(
AddressInfo shippingAddressInfo
)
Parameters
- shippingAddressInfo
- Type: CMS.EcommerceAddressInfo
Address for shipping purposes.
Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when shippingAddressInfo is null. |
InvalidOperationException | Thrown when shippingAddressInfo is in invalid state. |
See Also