---
title: "Gets seller transactions within a date range."
method: GET
path: "/v4/listings/seller-transactions"
tags: ["Listings"]
---

# Gets seller transactions within a date range.

`GET /v4/listings/seller-transactions`

## Query parameters

- `minTransactionDate` string, date-time
- `maxTransactionDate` string, date-time
- `filter` 2 | 4

## Response `200`

OK

- Transaction[]
  - `id` integer
  - `date` string, date-time
  - `amount` integer
  - `lastUpdatedDate` string, date-time
  - `isMarkedAsPaidConfirmed` boolean
  - `isMarkedAsShipped` boolean
  - `isShippingBooked` boolean
  - `isFeedbackLeftBySeller` boolean
  - `isFeedbackLeftByBuyer` boolean
  - `buyer` User
  - `item` TransactionItem
    - `id` integer
    - `type` 1 | 3 | 4 | 5
    - `title` string, nullable
    - `ownReferences` string[], nullable

---

[API](https://skmtc.dev/tradera/apis/tradera-api.md) · [All operations](https://skmtc.dev/tradera/apis/tradera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tradera/tradera-api/revisions/b5f3e81e36e1/schema)
