---
title: "Returns a list of sales summaries"
method: GET
path: "/sales-summaries"
tags: ["Sales summaries"]
---

# Returns a list of sales summaries

`GET /sales-summaries`

Get all sales summaries.

## Query parameters

- `createdTime` object
- `endingBefore` string
- `startingAfter` string
- `ids` string[]
- `limit` integer
- `salesClosingTime` object
- `paid` string
- `payoutId` string
- `currency` string
- `amount` object
- `payerId` string
- `payerName` string
- `payeeId` string
- `payeeName` string

## Response `200`

200 OK

- object
  - `hasMore` boolean — Whether or not there are more elements available after this set. If false this set represents the end of the list.
  - `data` SalesSummary[]
    - `id` string — Unique identifier for the sales summary
    - `createdTime` string, date-time — Time at which the sales summary was created
    - `salesClosingTime` string, date-time — Time at which the sales summary was closed
    - `currency` string — Three-letter ISO currency code representing the sales summary currency.
    - `amount` number, double — Represents the total sales summary amount.
    - `payoutId` string — Payout identifier
    - `paid` boolean — If true, indicates that this sales summary has been paid.
    - `payerId` string — The ID of payer.
    - `payerName` string — The name of the payer
    - `payeeId` string — The ID of the payee.
    - `payeeName` string — The name of the payee.
    - `liveMode` boolean — Has the value true if the object exists in live mode or the value false if the object exists in test mode.

## Other responses

- `400` — 400 Bad Request
- `401` — 401 Unauthorized
- `403` — 403 Forbidden
- `405` — 405 Method Not Allowed
- `406` — 406 Not Acceptable
- `408` — 408 Request Timeout
- `429` — 429 Too Many Requests
- `500` — 500 Internal Server Error
- `502` — 502 Bad Gateway Error
- `503` — 503 Service Unavailable Error
- `504` — 504 Gateway Timeout Error

---

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