List all warehouses
GET
https://api.tamio.com/v2/warehouses/list
Returns a paginated list of warehouses. Supports filtering by date range, country, product, and free-text search. Results can be sorted by label, country, address, city, email, telephone, postcode, or state.
Query Parameters
page
integer
Page number for pagination.
per_page
integer
Number of warehouses per page.
order
string
Sort direction.
ascdesc
sort_by
string
Field to sort by.
labelcountryaddresscityemailtelephone
postcodestate
filter
string
Free-text search across label, address, city, or contact information.
from
string
Start date filter (ISO string or Unix timestamp).
to
string
End date filter (ISO string or Unix timestamp).
product_id
string
Filter warehouses that stock a specific product.
countries
array of string
Filter by warehouse country codes.
Responses
200
Paginated list of warehouses
Paginated list of warehouses
status
integer
total_results
integer
warehouses
array of Warehouse
400
Validation or business-logic error
Validation or business-logic error
status
integer
error
string
error_code
integer
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string
error_code
integer