Trendyol Kategorilerini Alma

Tüm Kategorileri Alma

GET https://api.marketplace.tekbas.com/trendyol/categoryTree

Headers

Name
Type
Description

Authentication

string

Bizden aldığınız token anahtarı

{
    "success": true,
    "message": "",
    "data": [
        {
            "id": 368,
            "name": "Aksesuar",
            "subCategories": [
                {
                    "id": 387,
                    "name": "Saat",
                    "parentId": 368,
                    "subCategories": []
                },
                {
                    "id": 394,
                    "name": "Şapka",
                    "parentId": 368,
                    "subCategories": []
                },
                {
                    "id": 396,
                    "name": "Takı & Mücevher",
                    "parentId": 368,
                    "subCategories": [
                        {
                            "id": 397,
                            "name": "Bileklik",
                            "parentId": 396,
                            "subCategories": [...]
                        }
                }
        }
}

Last updated

Was this helpful?