跳转到主要内容
GET
/
api
/
Country
/
getAllFromCountries
Get all from countries (origin countries)
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/Country/getAllFromCountries \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "countries": [
    {
      "countryCode": "<string>",
      "countryName": "<string>"
    }
  ]
}
此页面由 AI 自动翻译。API 技术规格以英文呈现为标准。如有任何疑问,请参阅英文版本
列出 Return Helper 支持作为始发地的所有国家(即可以实际取件或接收退件的国家)。代码以小写 ISO3 返回;用于 fromCountryCodeshipFromCountry 字段。

授权

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

响应

Success

countries
object[]

List of origin countries