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.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
InvoiceDetailCartItem ShippingMethodItem { get; }

Property Value

InvoiceDetailCartItem

See Also