ShoppingCartServiceSetShippingAddress Method

Sets the shipping address of the entire shopping cart.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public void SetShippingAddress(
	ICustomerAddressIdentity shippingAddress
)

Parameters

shippingAddress  ICustomerAddressIdentity
The shipping address to set

Remarks

NetForum business logic cascades this operation, setting the shipping address of each invoice detail in the cart

See Also