Skip to main content
GET
This endpoint retrieves a paginated list of locations. Use filters to narrow results by type, capabilities, and status.

Authentication

This endpoint requires a valid API key with locations:read permissions.

Query Parameters

integer
Number of items to return (default: 20, max: 100)
integer
Number of items to skip
string
Filter by type: “warehouse”, “store”, “distribution_center”, “dropship”
string
Filter by status: “active”, “inactive”, “maintenance”
array
Filter by capabilities: “storage”, “fulfillment”, “returns”, “cross_dock”, “pickup”
string
Filter by country code
string
Filter by state/province
string
Filter by city
string
Sort field: “created_at”, “name”, “code”, “capacity”
string
Sort order: “asc” or “desc”

Response

string
Object type, always “list”
array
Array of location objects
boolean
Whether more items exist