Get all warehouses accessible to user
Warehouse
Get all warehouses accessible to user
GET
Get all warehouses accessible to user
Lists every warehouse your account has access to, including address, contact details, and capability metadata. Most integrations call this once during setup to map warehouses to display names and to discover the
warehouseId values needed elsewhere in the API.
Please be reminded that the warehouseId in production and sandbox environment are NOT the same.
When to call
- During integration setup, to populate a warehouse picker in your seller-facing UI.
- After your account is granted access to a new warehouse (e.g. during onboarding to a new region), to refresh your local cache.
Response notes
countryCodeis returned in lowercase ISO3 (e.g.usa,gbr,chn). Use these exact values when populatingshipFromCountryorfromCountryCodefields elsewhere.- The full address (
street1,street2,street3,city,state,postalCode) is exposed so you can pre-fill destination details on return slips and customer-facing labels. descriptionis a human-readable name and may change. TreatwarehouseId(integer) as the stable reference key in your database.
Related
- Get warehouses by origin country — same data filtered to a specific origin country.
- Get warehouse details by ID — fetch a single warehouse record by
warehouseId.