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