---
title: "List Quotes"
method: GET
path: "/quotes"
tags: ["Quotes"]
---

# List Quotes

`GET /quotes`

Returns a paginated list of quotes.

🔒 Requires: `sales:read` scope

## Query parameters

- `after` integer
- `limit` integer

## Response `200`

OK

- QuotesCollection
  - `HasNext` boolean
  - `Quotes` Quote[], nullable
    - `created_at` string
    - `customer_id` string
    - `deleted_at` string, nullable
    - `expired_at` string
    - `grand_total` number
    - `id` string
    - `loyalty` number, nullable
    - `note` string, nullable
    - `outlet_id` string
    - `products` QuoteProduct[]
      - `discount` number
      - `id` string
      - `note` string
      - `price` number
      - `product_id` string
      - `product_tax_components` QuotesProductsTaxComponents[]
        - `id` string
        - `quote_product_id` string
        - `rate_id` string
        - `total_tax` number
      - `quantity` integer
      - `quote_id` string
      - `salesperson_id` string
      - `sequence` integer
      - `tax` number
      - `tax_id` string
    - `register_id` string
    - `retailer_id` string
    - `sales_ids` string[], nullable
    - `short_code` string
    - `status` string
    - `total_price` number
    - `total_tax` number
    - `updated_at` string
    - `user_id` string
  - `TotalCount` integer

---

[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)
