ShoppingCartService.GetShippingMethods Method
Returns the available shipping methods based on the current state of the cart.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IEnumerable<ShippingMethod> GetShippingMethods()
Public Function GetShippingMethods As IEnumerable(Of ShippingMethod)
public:
virtual IEnumerable<ShippingMethod^>^ GetShippingMethods() sealed
abstract GetShippingMethods : unit -> IEnumerable<ShippingMethod>
override GetShippingMethods : unit -> IEnumerable<ShippingMethod>
Return Value
IEnumerable<ShippingMethod>The shipping methods