The Fulfillment Centers API is used to return an active list of fulfillment centers within the Spreetail network.

FieldContents
locationNameThe short-code designated for the fulfillment center
cityCity name
stateState name
zipZip code
regionGeographic region for the fulfillment center
countryCountry code
airportCodeNearest 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"
  }
]
Language
Credentials
http
Click Try It! to start a request and see the response here!