get https://example.com/api/v0/fulfillment-centers
The Fulfillment Centers API is used to return an active list of fulfillment centers within the Spreetail network.
Field | Contents |
---|---|
locationName | The short-code designated for the fulfillment center |
city | City name |
state | State name |
zip | Zip code |
region | Geographic region for the fulfillment center |
country | Country code |
airportCode | Nearest airport code |
Sample Data Response
[
{
"locationName": "LNK01",
"city": "Lincoln",
"state": "NE",
"zip": "68521",
"region": "NA",
"country": "US",
"airportCode": "LNK"
},
{
"locationName": "LAS01",
"city": "Las Vegas",
"state": "NV",
"zip": "89115",
"region": "NA",
"country": "US",
"airportCode": "LAS"
}
]