ShoppingCartService.GetShippingMethods Method

Returns the available shipping methods based on the current state of the cart.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IEnumerable<ShippingMethod> GetShippingMethods()

Return Value

IEnumerable<ShippingMethod>
The shipping methods

See Also