 | IFlashpointShoppingCartGetShippingTypes 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.28229
SyntaxIEnumerable<ShippingMethod> GetShippingTypes(
string cartToken
)
Function GetShippingTypes (
cartToken As String
) As IEnumerable(Of ShippingMethod)
IEnumerable<ShippingMethod^>^ GetShippingTypes(
String^ cartToken
)
abstract GetShippingTypes :
cartToken : string -> IEnumerable<ShippingMethod> Parameters
- cartToken String
- Working cart token
Return Value
IEnumerableShippingMethodThe shipping methods
See Also