Breakdown Properties
Through this service; You can view the breakdown properties of the relevant category.
GET
https://marketplace-stg.modanisa.com/api/marketplace/categories/id/{categoryId}/variant-attributes
Parameter |
Explanation |
Data Type |
Compulsory |
categoryId |
Modanisa category id |
integer |
Yes |
Response:
{
"success": true,
"data": {
"category": {
"id": 1150,
"name": "Tunik",
"variant_attributes": [
{
"id": 11,
"name": "Beden",
"attribute_values": [
{
"id": 88,
"name": "34"
},
{
"id": 89,
"name": "36"
},
{
"id": 90,
"name": "38"
},
{
"id": 91,
"name": "40"
},
{
"id": 92,
"name": "42"
}
]
}
]
}
},
"errors": null
}