---
title: "Get Quote"
method: GET
path: "/quotes/{quote_id}"
tags: ["Quotes"]
---

# Get Quote

`GET /quotes/{quote_id}`

Returns a single quote with a given ID.

🔒 Requires: `sales:read` scope

## Response `200`

OK

- Quote
  - `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

---

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