| ShippingGetShippingMethods Method (String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Orders
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Services.Shippings.GetShippings(String, String, String) instead.")]
public static ShippingCollection GetShippingMethods(
string countryCode
)
<ObsoleteAttribute("Use Services.Shippings.GetShippings(String, String, String) instead.")>
Public Shared Function GetShippingMethods (
countryCode As String
) As ShippingCollection
Parameters
- countryCode
- Type: SystemString
Return Value
Type:
ShippingCollectionSee Also