---
title: "Get sales"
method: GET
path: "/consumers/{consumer_id}/pos/sales"
tags: ["Point of Sale", "Orders"]
---

# Get sales

`GET /consumers/{consumer_id}/pos/sales`

Returns the summary of the sales

## Path parameters

- `consumer_id` string, uuid, required

## Query parameters

- `date_from` string, date, required
- `date_to` string, date, required
- `location_id` string, nullable

## Response `200`

Successful Response

- SalesItem
  - `total` number, required — Total amount including tax of the sales
  - `tax_amount` number, required — Total amount of the taxes
  - `taxes` TotalTaxItem[], nullable — List of taxes grouped by tax rateapplied to the sales
    - `tax_id` string, nullable — Unique identifier of the tax
    - `tax_rate` number, required — Tax rate
    - `tax_amount` number, required — Tax amount
    - `total` number, required — Total amount including tax

## Other responses

- `400` — Bad Request
- `405` — Method Not Allowed
- `422` — Validation Error
- `502` — Bad Gateway

---

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