```
```

Trendyol Brand List (getBrands)

Trendyol Brand List

The brandId information to be sent to the createProduct service will be obtained using this service.

  • Minumum 1000 brands information can be provided on a page.
  • When searching for a brand, you need to create a query using the page parameter to the service.

GET getBrands

Filter Parameters

ParameterDescription
pagePage number of the spesific page
sizeThe maximum number of results to show on a page.

Sample Service Request

{
  "brands": [
    {
      "id": 10,
      "name": "TrendyolMilla",
      "luxe": false
    },
    {
      "id": 19,
      "name": "Milla",
      "luxe": true
    },
    {
      "id": 20,
      "name": "Trendyol",
      "luxe": false
    }
    ]
}

GET getBrandsName

Brand names are case sensitive.

Sample Service Request

[
  {
    "id": 40,
    "name": "TRENDYOLMİLLA",
    "luxe": true
  },
];


Did this page help you?