Important
New shipment package stream endpoint is available

For large-scale scanning and synchronization flows, please prefer getShipmentPackagesStream.

HomeGuidesAPI ReferenceChangelogSupport Request
Guides

4. Product Filter V1

With this service, you can list your products in your Trendyol store.

❗️

**Product V1 services will be unvalid starting from 10th August 2026. You need to finalize Product V2 service developments on your end.

  • You need to send "storeFrontCode" as Header Parameter.
  • When a product gets blacklisted, its price and stock information gets removed.

HTTP method: GET

Query Parameter List

ParameterType
approvedboolean
barcodestring
productMainIdstring
startDatelong
endDatelong
dateQueryTypeenum CREATED_DATE, LAST_MODIFIED_DATE
stockCodestring
brandIdslong
pageint
sizeint

Sample Service Response

{
  "content": [
    {
        "approved": true,
        "attributes": [
            {
                "attributeName": "Age group",
                "attributeId": 346,
                "attributeValue": "Adult",
                "attributeValueId": 4293
            },
            {
                "attributeName": "Gender",
                "attributeId": 343,
                "attributeValue": "Female",
                "attributeValueId": 4295
            },
            {
                "attributeName": "Color",
                "attributeId": 47,
                "attributeValue": "black",
                "attributeValueId": null
            },
            {
                "attributeName": "Size",
                "attributeId": 338,
                "attributeValue": "42",
                "attributeValueId": 5864
            },
            {
                "attributeName": "Color",
                "attributeId": 348,
                "attributeValue": "Black",
                "attributeValueId": 7009
            }
        ],
        "barcode": "4066747871111",
        "brand": "TYBR52",
        "brandId": 523534,
        "categoryName": "Dress",
        "createDateTime": 1701308683067,
        "description": "White Dress, long ",
        "images": [
            {
                "url": "https://trendyol........jpg"
            }
        ],
        "lastPriceChangeDate": 1706030738125,
        "lastStockChangeDate": 1701308683067,
        "lastUpdateDate": 1706030738125,
        "listPrice": 59.99,
        "pimCategoryId": 1182,
        "platformListingId": "0f6ec988d5252dd5629b40cccc57dcee",
        "productCode": 535252214,
        "productMainId": "TYSTCK52",
        "quantity": 0,
        "sgrPrice": 0.5,
        "rejectReasonDetails": [],
        "rejected": false,
        "salePrice": 49.99,
        "stockCode": "TYPMID52",
        "supplierId": 2738,
        "title": "White Dress",
        "vatRate": 19,
        "productContentId": 325254221,
        "shipmentAddressId": null,
        "returningAddressId": null
    }
],
"page": 0,
"size": 50,
"totalElements": 1,
"totalPages": 1
}