Click or drag to resize

ShoppingCartServiceSetShippingAddress Method

Sets the shipping address of the entire shopping cart.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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