Trendyol Kategori Özelliklerini Alma
Kategoriye ait özellikleri alma
GET
https://api.marketplaces.tekbas.com/trendyol/categoryAttribute/{id}
This endpoint allows you to get free cakes.
Path Parameters
Name
Type
Description
id
string
Trendyol kategori id'si
Headers
Name
Type
Description
Authentication
string
Bizden aldığınız token anahtarı
{
"success": true,
"message": "",
"data": {
"id": 620,
"name": "Güneş Ürünleri",
"displayName": "Güneş Ürünleri",
"categoryAttributes": [
{
"categoryId": 620,
"attribute": {
"id": 50,
"name": "SPF"
},
"required": false,
"allowCustom": false,
"varianter": false,
"slicer": false,
"attributeValues": [
{
"id": 1357,
"name": "SPF 20 - 40"
},
{
"id": 1358,
"name": "SPF 40 +"
},
{
"id": 4156,
"name": "Korumasız"
},
{
"id": 1356,
"name": "SPF 8 - 20"
},
{
"id": 22113,
"name": "SPF 50 +"
}
]
},
{
"categoryId": 620,
"attribute": {
"id": 124,
"name": "Ek Özellik"
},
"required": false,
"allowCustom": false,
"varianter": false,
"slicer": false,
"attributeValues": [
{
"id": 3933,
"name": "Anti Alerjik"
},
{
"id": 3937,
"name": "Organik"
},
{
"id": 3934,
"name": "Çocuk ve Bebek Ürünü"
},
{
"id": 3935,
"name": "Desenli"
},
{
"id": 1709,
"name": "Takvim"
},
{
"id": 18675,
"name": "Hyalüronik Asit"
},
{
"id": 18676,
"name": "Kolajen"
},
{
"id": 1701,
"name": "Buhar"
},
{
"id": 1702,
"name": "Sıvı Deterjan Dozajlama"
}
]
}
]
}
}
{ "message": "Ain't no cake like that."}
Last updated
Was this helpful?