---
title: "Ürün Listeleme"
method: GET
path: "/v2/{sellerId}/products"
tags: ["Ürün Entegrasyonu"]
---

# Ürün Listeleme

`GET /v2/{sellerId}/products`

Trendyol'da ihracata açılmış ürünleri listelemek için kullanılır.

> **Not:** Döviz türü (currency) bilgisi ihracat merkezine başvuru sırasında satıcı tarafından seçilmektedir.

## Path parameters

- `sellerId` integer, required

## Query parameters

- `barcodes` string[]
- `pageKey` string
- `size` integer

## Response `200`

Success

- Product[]
  - `barcode` string — Gönderim sağlanacak barkod, Trendyol sistemlerindeki barkod
  - `sellerBarcode` string — Satıcı sistemlerindeki barkod
  - `rrpPrice` number, double — Tavsiye edilen perakende fiyatı
  - `buyingPrice` number, double — Trendyol'a satış fiyatı
  - `stock` integer — Stok miktarı
  - `origin` string — Menşei ülke kodu
  - `composition` string — Materyal bileşeni (örn. %5 Elastan, %95 Pamuk)
  - `description` string — Ürün açıklaması
  - `currency` string — Para birimi (EUR, USD vb.)
  - `gtip` string — GTIP numarası
  - `categoryId` integer — Kategori ID
  - `careInstructions` string — Yıkama talimatı kodu
  - `attributes` object[] — Zorunlu ürün özellikleri
    - `attributeId` integer
    - `attributeName` string
    - `valueId` integer, nullable
    - `valueName` string

## Other responses

- `401` — supplierID, API Key veya API Secure Key bilgilerinden birisi eksik/yanlış.

---

[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)
