Skip to main content
GET
/
api
/
Warehouse
/
GetWarehouseByFromCountry
Get warehouses by origin country
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/Warehouse/GetWarehouseByFromCountry \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": [
    {
      "warehouseId": 123,
      "warehouseName": "<string>"
    }
  ]
}
Lists warehouses that accept inbound shipments from a specific origin country. Use this when planning a return from a particular country and you need to know which warehouses are available as the destination.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Query Parameters

countryCode
string

ISO3 country code

Response

Success

data
object[]

List of visible warehouses