---
title: "List outlets"
method: GET
path: "/outlets"
tags: ["Outlets"]
---

# List outlets

`GET /outlets`

Returns a collection of outlets.

🔒 Requires: `outlets:read` scope

## Query parameters

- `after` integer
- `before` integer
- `page_size` integer
- `deleted` boolean

## Response `200`

- OutletCollection
  - `data` Outlet[], required — An array of Outlet objects wrapped in top level `data` object.
    - `attributes` Attribute[], required — The outlet attributes such as `low_stock_warning`, `order_reference`, `order_reference_prefix`, `return_reference`, `return_reference_prefix`.
      - `key` string, required — The key for the attribute.
      - `value` string, required — The value for the attribute.
    - `currency` string, required — Currency name.
    - `currency_symbol` string, required — Currency symbol.
    - `default_tax_id` string, required — Default tax id used for sales in this outlet. **deprecated**
    - `deleted_at` string, nullable — Deletion timestamp in UTC.
    - `display_prices` 'inclusive' | 'exclusive', required — Indicates whether prices in this outlet should be displayed as tax-inclusive.
    - `email` string — Specified email for the outlet.
    - `id` string, required — Auto-generated object ID.
    - `latitude` string, nullable — Geographical latitude of the outlet.
    - `longitude` string, nullable — Geographical longitude of the outlet.
    - `name` string, required — The outlet name.
    - `phone` string, nullable — Contact phone number for the outlet.
    - `physical_address_1` string, nullable — Physical address, line 1.
    - `physical_address_2` string, nullable — Physical address, line 2.
    - `physical_city` string, nullable — Physical address, city.
    - `physical_country_id` string, nullable — Physical address, country code.
    - `physical_postcode` string, nullable — Physical address, post code.
    - `physical_state` string, nullable — Physical address, state.
    - `physical_suburb` string, nullable — Physical address, suburb.
    - `time_zone` string, nullable, required — Outlet timezone. **read only**
    - `version` integer, required — Auto-incrementing object version number.
  - `version` Version, required — An object containing the highest and lowest version numbers for all items of the returned collection.
    - `max` integer, nullable, required — Highest version number of the payload, or `null` when the result set is empty.
    - `min` integer, nullable, required — Lowest version number of the payload, or `null` when the result set is empty.

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
