v3

latestOpenAPI 3.1.02026-08-0619186200.1 KB
Warehouses

Retrieve List of Warehouses

Returns all enabled warehouses for the account associated with your API key. Warehouse IDs and identifiers are required across various endpoints and can be included in query parameters to filter results.

get/v1/integrations/warehouses

Query parameters

pageinteger

1-based page number to return. Defaults to 1.

pageSizeinteger

Number of results per page. Defaults to a server-configured value; check the response metadata for the effective size.

sortBy'name' | 'id'

Field to sort warehouses by (e.g., id, name, identifier). See the schema for allowed values.

sortOrder'DESC' | 'ASC'

Sort direction: ASC (ascending) or DESC (descending).

Response

Success

statusinteger required