Skip to main content
GET
/
2.0
/
fulfillmentCenter
Get Fulfillment Centers
curl --request GET \
  --url https://sandbox-api.shipbob.com/2.0/fulfillmentCenter \
  --header 'Authorization: Bearer <token>'
[
  {
    "address1": "5900 W Ogden Ave",
    "address2": "Suite 100",
    "city": "Cicero",
    "country": "USA",
    "email": "[email protected]",
    "id": 0,
    "name": "Cicero (IL)",
    "phone_number": "555-555-5555",
    "state": "IL",
    "timezone": "Central Standard Time",
    "zip_code": "60804"
  }
]
Use this endpoint to see the fulfillment centers you have access to in ShipBob.

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Response

Success

address1
string
required
Minimum length: 1
country
string
required
Minimum length: 1
id
integer
required
name
string
required
Minimum length: 1
state
string
required
Minimum length: 1
zip_code
string
required
Minimum length: 1
address2
string | null
city
string | null
email
string | null
phone_number
string | null
timezone
string | null