---
title: "Settlements Servisi"
method: GET
path: "/sellers/{sellerId}/settlements"
tags: ["Settlements"]
---

# Settlements Servisi

`GET /sellers/{sellerId}/settlements`

Satış, iade, indirim, kupon, provizyon işlemlerinin detaylarına ulaşabilirsiniz.
Transaction Type, SellerRevenuePositive ve CommissionNegative birlikte değerlendirilmelidir.
Transaction Type, SellerRevenueNegative ve CommissionPositive birlikte değerlendirilmelidir.
Transaction Type, SellerRevenuePositiveCancel ve CommissionNegativeCancel birlikte değerlendirilmelidir.
Transaction Type, SellerRevenueNegativeCancel ve CommissionPositiveCancel birlikte değerlendirilmelidir.

## Path parameters

- `sellerId` integer, required

## Query parameters

- `transactionType` 'Sale' | 'Return' | 'Discount' | 'DiscountCancel' | 'Coupon' | 'CouponCancel' | 'ProvisionPositive' | 'ProvisionNegative' | 'ManualRefund' | 'ManualRefundCancel' | 'TyDiscount' | 'TyDiscountCancel' | 'TyCoupon' | 'TyCouponCancel' | 'SellerRevenuePositive' | 'SellerRevenueNegative' | 'CommissionPositive' | 'CommissionNegative' | 'SellerRevenuePositiveCancel' | 'SellerRevenueNegativeCancel' | 'CommissionPositiveCancel' | 'CommissionNegativeCancel' | 'DeliveryFee' | 'DeliveryFeeCancel' | 'PayByLink', required
- `startDate` integer, required
- `endDate` integer, required
- `page` integer
- `size` 500 | 1000

## Response `200`

Başarılı yanıt

- SettlementPageResponse
  - `page` integer — Mevcut sayfa numarası
  - `size` integer — Sayfa başına öğe sayısı
  - `totalPages` integer — Toplam sayfa sayısı
  - `totalElements` integer — Toplam öğe sayısı
  - `content` FinancialTransaction[]
    - `id` string — İşlem ID
    - `transactionDate` integer — İşlem tarihi (Unix timestamp milisaniye)
    - `barcode` string, nullable — Ürün barkodu
    - `transactionType` string — İşlem türü (örn. Satış, Ödeme)
    - `receiptId` integer, nullable — Dekont No
    - `description` string, nullable — İşlem açıklaması
    - `debt` number, double — Borç
    - `credit` number, double — Alacak
    - `paymentPeriod` integer, nullable — Vade süresi (gün)
    - `commissionRate` number, double, nullable — Komisyon oranı
    - `commissionAmount` number, double, nullable — Trendyol komisyon tutarı
    - `commissionInvoiceSerialNumber` string, nullable — Komisyon fatura seri numarası
    - `sellerRevenue` number, double, nullable — Satıcı hakediş tutarı
    - `orderNumber` string, nullable — Sipariş numarası
    - `paymentOrderId` integer, nullable — Ödeme numarası
    - `paymentDate` integer, nullable — Ödeme tarihi (Unix timestamp milisaniye)
    - `sellerId` integer — Satıcı ID
    - `storeId` integer, nullable — Mağaza ID
    - `storeName` string, nullable — Mağaza adı
    - `storeAddress` string, nullable — Mağaza adresi
    - `country` string — Ülke
    - `orderDate` integer, nullable — Sipariş tarihi (Unix timestamp milisaniye)
    - `affiliate` string — Affiliate kodu (TRENDYOLTR veya TRENDYOLAZJV)
    - `shipmentPackageId` integer, nullable — Sipariş paket numarası

## Other responses

- `400` — Hatalı İstek
- `401` — Yetkisiz

---

[API](https://skmtc.net/trendyol/apis/trendyol-marketplace-entegrasyonu.md) · [All operations](https://skmtc.net/trendyol/apis/trendyol-marketplace-entegrasyonu/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trendyol/trendyol-marketplace-entegrasyonu/revisions/d2dcbbc06a4a/schema)
