Mod List
Публичный модификаций товара
GET /api/mod/?format=api&ordering=title
{
"count": 2,
"pages": 1,
"page": 1,
"next": null,
"previous": null,
"start_index": 1,
"end_index": 2,
"results": [
{
"id": 1,
"title": "Новая модификация 1",
"articul": "",
"image": null,
"is_deleted": false,
"image_detail": null,
"images_detail": [],
"properties_detail": []
},
{
"id": 2,
"title": "Новая модификация 2",
"articul": "",
"image": null,
"is_deleted": false,
"image_detail": null,
"images_detail": [],
"properties_detail": []
}
]
}