Skip to main content

Export Warehouses

GET 

/api/v2/warehouses/export

Exports warehouses matching the current filters as a CSV or XLSX file download.

Required scope: warehouses:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Columns: Sr No., id, name, type, city, province, province_code, country, country_code, zip, created_at, updated_at. Archived warehouses are excluded unless filter[archived] is provided (values: only, all).

Column filters accept operator suffixes in the form filter[column.operator], e.g. filter[name.contains]=main or filter[created_at.between]=2026-01-01,2026-06-30. Text operators: is, is_not, contains, does_not_contain, starts_with, ends_with, is_empty, is_not_empty, is_one_of. Numeric operators: is, is_not, greater_than, greater_than_or_equal, less_than, less_than_or_equal, between, is_empty, is_not_empty. Date operators: is, is_not, on_or_before, on_or_after, between, is_empty, is_not_empty.

Authentication: Requires Bearer token.

Optional. When include_contacts=1, the export flattens to one row per contact with the parent columns repeated (parent-only row when a record has no contacts), appending Contact ID/Name/Email/Phone/Role/Title/Primary/Notes columns.

Request

Responses

OK

Response Headers
    Content-Type