Click or drag to resize

IShoppingCartStateShippingMethodItem Property

Cart item representing the one and only shipping charge applied to this cart. Will be null if no shipping item has been applied to the cart. Will throw InvalidOperationException if more than one shipping item has been applied to the cart.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
InvoiceDetailCartItem ShippingMethodItem { get; }

Property Value

InvoiceDetailCartItem
See Also