  | 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 ShippingCollectionParameters
- countryCode
 - Type: SystemString
 - regionCode
 - Type: SystemString
 - shippingIds
 - Type: SystemString
 
Return Value
Type: 
ShippingCollection
See Also