Product Filter (filterProducts)

Product Filter

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

GET filterProducts

Service Parameters

ParameterExplanationType
approvedThe product is used for approved or unapproved control,Must be true for approved productsboolean
barcodeUnique barcode must be sent for inquirystring
startDateIt fetches the next products from a specific date-Timestamp.long
endDateBring a previous date from a specific date - Timestamp.long
pageOnly return information on the specified pageint
dateQueryTypeDate date filter can work on CREATED DATE or LAST_MODIFIED_DATEstring
sizeSpecifies the maximum number to list on a page.int
supplierIdID information of the relevant supplier should be sentlong
stockCodeThe stock code information of the relevant supplier should be sentstring
archivedMust be submitted as archived=true to list archived productsboolean
productMainIdThe productMainId of the relevant supplier should be sentstring
onSaleonSale=true must be submitted to list products for saleboolean
rejectedrejected=true or false must be submitted to list products that rejectedboolean
blacklistedblacklisted=true or false must be submitted to list products that blacklistedboolean
brandIdsIt should be used to list products with the specified brandIdarray

Sample Service Response

{
    "totalElements": 30,
    "totalPages": 2,
    "page": 0,
    "size": 10,
    "content": [
        {
            "id": "000741dbafd0790b3d41cd5cbf575eb5",
            "approved": true,
            "productCode": 13622639,
            "batchRequestId": "a8529b65-27c1-494a-a01c-a791d6a9b135-1529674360",
            "supplierId": 1234567,
            "createDateTime": 1525583690416,
            "lastUpdateDate": 1529587960412,
            "gender": "M",
            "brand": "EVEREST",
            "barcode": "999999999",
            "title": "Everest Pseb240 240-200 Motorlu Projeksiyon Perdes",
            "categoryName": "Görüntü Sistemleri Aksesuarları",
            "productMainId": "PRO M.PRD 240-200 E",
            "description": "Everest PSEB240 240-200 Motorlu Projeksiyon Perdes",
            "stockUnitType": "Adet",
            "quantity": 6,
            "listPrice": 1335.65,
            "salePrice": 1293.21,
            "vatRate": 18,
            "dimensionalWeight": 0,
            "stockCode": "0099000",
            "locationBasedDelivery": "string", //coul be "ENABLED", "DISABLED" or null
            "lotNumber": "string",
            "deliveryOption": {
       			 "deliveryDuration": 1,
       			 "fastDeliveryType": "SAME_DAY_SHIPPING|FAST_DELIVERY"
      		}
            "images": [
                {
                    "url": "https://img-trendyol.mncdn.com/mnresize/1200/1800//Assets/ProductImages/oa/54/1078914/3/8808993855858_1_org_zoom.jpg"
                }
            ],
            "attributes": [],
            "variantAttributes": [
                {
                    "attributeName": "Renk",
                    "attributeValue": "Karışık, Çok Renkli"
                }
            ],
            "platformListingId": "9876563563cc11231241",
            "stockId": "523e210e0e3072e307a287c429881f5c",
            "color": "Karışık, Çok Renkli"
            "productUrl": "https://www.trendyol.com/****",
        }
            ]
}