---
title: "Get a summary of sales for a given date range"
method: GET
path: "/sales-summary"
tags: ["Reports"]
---

# Get a summary of sales for a given date range

`GET /sales-summary`

Retrieves a summary of sales for a specific date range

## Query parameters

- `start_date` string, date, required
- `end_date` string, date, required

## Response `200`

Success

- SalesSummary
  - `summary` object, required

## Other responses

- `default` — Error response

---

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