ShoppingCartServiceSetShippingAddress Method
Sets the shipping address of the entire shopping cart.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public void SetShippingAddress(
ICustomerAddressIdentity shippingAddress
)
Public Sub SetShippingAddress (
shippingAddress As ICustomerAddressIdentity
)
public:
virtual void SetShippingAddress(
ICustomerAddressIdentity^ shippingAddress
) sealed
abstract SetShippingAddress :
shippingAddress : ICustomerAddressIdentity -> unit
override SetShippingAddress :
shippingAddress : ICustomerAddressIdentity -> unit
Parameters
- shippingAddress ICustomerAddressIdentity
- The shipping address to set
NetForum business logic cascades this operation, setting the shipping address of each invoice detail in the cart