/api/v0/fulfillment-centers

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
shippingEnabledWill be false if the fulfillment center is temporarily closed
cityCity name
stateState name
zipZip code
regionGeographic region for the fulfillment center
countryCountry code
airportCodeNearest airport code

Sample Data Response

[
  {
		"locationName": "LNK01",
    "shippingEnabled": true,
		"city": "Lincoln",
		"state": "NE",
		"zip": "68521",
		"region": "NA",
		"country": "US",
		"airportCode": "LNK"
  },
  {
		"locationName": "LAS01",
    "shippingEnabled": false,
		"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!