PUT v1/Location/GetAvailableDeliveryMethodsForCountry

Returns a list of available delivery methods that a country supports

Request Information

Parameters (ParameterName * = required)

Name
Description
Sample Value
CountryTo *
The 2-letter country code
MX
CurrencyTo
The 3-letter currency code
MXN

Response Information

Response body formats

application/json, text/json

Sample:
[
  "Any",
  "Any",
  "Any"
]

application/xml, text/xml

Sample:
<ArrayOfDeliveryMethod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.Common">
  <DeliveryMethod>Any</DeliveryMethod>
  <DeliveryMethod>Any</DeliveryMethod>
  <DeliveryMethod>Any</DeliveryMethod>
</ArrayOfDeliveryMethod>