| ShippingGetShippingMethods Method (String, String, 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,
string regionCode,
string shippingIds
)
<ObsoleteAttribute("Use Services.Shippings.GetShippings(String, String, String) instead.")>
Public Shared Function GetShippingMethods (
countryCode As String,
regionCode As String,
shippingIds As String
) As ShippingCollection
Parameters
- countryCode
- Type: SystemString
- regionCode
- Type: SystemString
- shippingIds
- Type: SystemString
Return Value
Type:
ShippingCollectionSee Also