---
title: "Get Sale by ID"
method: GET
path: "/sales/{id}"
---

# Get Sale by ID

`GET /sales/{id}`

Retrieve detailed information about a specific sale.

## Path parameters

- `id` number, required

## Response `200`

200

- object
  - `data` object[]
    - `id` integer
    - `id_label` string
    - `created_at` integer
    - `created_by_id` integer
    - `client_id` integer
    - `warehouse_id` integer
    - `products` object[]
      - `title` string
      - `uom` object
        - `id` integer
        - `description` string
        - `title` string
      - `code` string
      - `article` string
      - `amount` integer
      - `price` integer
      - `cost` integer
      - `discount_value` integer
      - `service` boolean
      - `type` integer
    - `description` string
    - `ad_campaign` object
  - `page` integer
  - `count` integer
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/roapp/apis/ro-app-public-api-v2.md) · [All operations](https://skmtc.net/roapp/apis/ro-app-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roapp/ro-app-public-api-v2/versions/85de4353ed28/schema)
