List Locations
List all locations with filtering and pagination
GET
Documentation Index
Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
Use this file to discover all available pages before exploring further.
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 withlocations:read permissions.
Query Parameters
Number of items to return (default: 20, max: 100)
Number of items to skip
Filter by type: “warehouse”, “store”, “distribution_center”, “dropship”
Filter by status: “active”, “inactive”, “maintenance”
Filter by capabilities: “storage”, “fulfillment”, “returns”, “cross_dock”, “pickup”
Filter by country code
Filter by state/province
Filter by city
Sort field: “created_at”, “name”, “code”, “capacity”
Sort order: “asc” or “desc”
Response
Object type, always “list”
Array of location objects
Whether more items exist