Skip to main content
GET
/
warehouses
List warehouses
curl --request GET \
  --url https://api.quivo.co/warehouses
[
  {
    "id": 123,
    "name": "<string>",
    "warehouseAddress": {
      "city": "<string>",
      "countryIso2": "<string>",
      "street": "<string>",
      "name": "<string>",
      "company": "<string>",
      "phone": "<string>",
      "email": "<string>",
      "zip": "<string>",
      "state": "<string>",
      "street2": "<string>"
    },
    "deactivatedAt": "2023-11-07T05:31:56Z",
    "sort": {
      "short": true,
      "nodeType": "ARRAY",
      "float": true,
      "binary": true,
      "number": true,
      "integralNumber": true,
      "boolean": true,
      "double": true,
      "long": true,
      "int": true,
      "valueNode": true,
      "containerNode": true,
      "missingNode": true,
      "object": true,
      "pojo": true,
      "floatingPointNumber": true,
      "bigDecimal": true,
      "bigInteger": true,
      "textual": true,
      "array": true,
      "null": true
    },
    "sellerIdForCartons": 123,
    "managingGroup": "QUIVO",
    "legalEntityId": 123
  }
]

Query Parameters

query
string

Search query string used to filter results. This field supports specific syntax for filtering across multiple fields.

sort
string

Optional sorting criteria for the results. Format is typically 'field:direction' (e.g., 'created:desc').

page
integer<int64>

The page number to retrieve when using offset-based pagination. Ignored if 'searchAfter' is provided.

searchAfter
string

Used for cursor-based pagination. Pass the 'sort' key value from the last item of the previous page to retrieve the next set of results efficiently. Overrides 'page'.

pageSize
integer<int64>

The maximum number of items to return per page. Used for both offset and cursor-based pagination.

Response

Returns an array of warehouses available to the authenticated account with location and configuration details.

id
integer<int64>

The unique identifier for the id

name
string

The name of the item

warehouseAddress
object

The

deactivatedAt
string<date-time>

The deactivated at timestamp

sort
object

The

sellerIdForCartons
integer<int64>

The unique identifier for the sellerforcartons

managingGroup
enum<string>

The managing group. Possible values: QUIVO, GWC

Available options:
QUIVO,
GWC

The unique identifier for the legalentity