---
title: "List outlet product taxes"
method: GET
path: "/outlet_taxes"
tags: ["Outlet Product Taxes"]
---

# List outlet product taxes

`GET /outlet_taxes`

Returns a paginated list of outlet-product-tax records.

🔒 Requires: `outlets:read` scope

## Query parameters

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

## Response `200`

- OutletTaxCollection
  - `data` OutletTax[] — An array of outlet-product-tax records.
    - `deleted_at` string, nullable — Deletion timestamp in UTC.
    - `outlet_id` string, uuid, required — The ID of the outlet this record is associated with.
    - `product_id` string, uuid, required — The ID of the product this record is associated with.
    - `tax_id` string, uuid, required — The ID of the tax this record is associated with.
    - `version` integer, required — Auto-incrementing object version number.
  - `version` Version — 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)
