Get Locations
Retrieves physical locations across ShipBob's fulfillment network. An active location (`is_active=true`) is operational for fulfillment processes, including receiving inventory and processing returns. Access to locations varies: some are available to all merchants by default, while others require special approval. Use the `access_granted` parameter to determine if a location is available to the authenticated user, and `receiving_enabled` to confirm if the location accepts inventory.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token or OAuth2
Query parameters
IncludeInactive
Whether the inactive locations should be included or not
ReceivingEnabled
Return all the receiving enabled locations
AccessGranted
Return all the access granted locations
Response
Success
abbreviation
Abbreviation of the location. Combination of nearest Airport Code and the sequence number.
access_granted
Indicates whether or not the user is authorized to interact at all with the location
attributes
Available attributes for the location
id
Id of the location in ShipBob’s database
is_active
Indicates if the location is operationally active or inactive
is_receiving_enabled
Indicates if the receiving is enabled for FC
is_shipping_enabled
Indicates if the shipping is enabled for FC
name
Name of the location. Follows the naming convention City (State Code) for domestic FCs and City (Country Code) for international FCs
region
services
Services provided by the location
timezone
Time zone of the location

