---
title: "Get User Sales Summary Report"
method: GET
path: "/v3/report/usersalessummary"
---

# Get User Sales Summary Report

`GET /v3/report/usersalessummary`

## Query parameters

- `merchantId` integer, required
- `dateRange` string
- `startDate` string, date
- `endDate` string, date
- `transactionType` string
- `status` string
- `minAmount` integer
- `maxAmount` integer

## Response `200`

200

- object
  - `records` object[]
    - `userName` string
    - `transactionCount` integer
    - `totalAmount` string
  - `recordCount` integer

---

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