Click or drag to resize

IFlashpointShoppingCartGetShippingTypes Method

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

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
IEnumerable<ShippingMethod> GetShippingTypes(
	string cartToken
)

Parameters

cartToken  String
Working cart token

Return Value

IEnumerableShippingMethod
The shipping methods
See Also