---
title: "Get the sales totals for a single user"
method: GET
path: "/users/{user_id}/sale_totals"
tags: ["Users"]
---

# Get the sales totals for a single user

`GET /users/{user_id}/sale_totals`

Returns a single user's sales totals.

## Path parameters

- `user_id` string, required

## Response `200`

- UserSaleTotalResponse
  - `data` UserSaleTotalCollection[]
    - `cost` number, double — The cost total of sales for the user.
    - `date_from` string — From timestamp in UTC.
    - `date_to` string — To timestamp in UTC.
    - `discounts` number, double — The discounts total of sales for the user.
    - `label` string — The label for what the total represents.
    - `loyalty` number, double — The loyalty total of sales for the user.
    - `revenue` number, double — The revenue total of sales for the user.
    - `sale_count` number — The total number of sales for the user.
    - `tax` number, double — The tax total of sales for the user.
    - `total` number, double — The total sales for the user.

---

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