search sunglasses barcode
request
GET /api/v2/search/barcode/sunglasses?priceFrom=100.0&priceTo=600.0&departmentId=900300099&manufacturer=Test%20Manufacturer&brand=Test%20Brand&model=Test%20Model&targetGroup=Test-Adult&material=Test-Plastic&frameType=Full%20Frame&lensesType=Test-Polarized&design=Test-Classic&page=0&size=20 HTTP/1.1
Parameter | Description |
---|---|
|
ID департамента |
|
Цена от |
|
Цена до |
|
Производитель |
|
Бренд |
|
Модель |
|
Целевая группа |
|
Материал |
|
Тип оправы |
|
Тип линз |
|
Дизайн |
|
Номер страницы |
|
Размер страницы |
|
response
HTTP/1.1 200 OK
{
"content" : [ {
"id" : 900500096,
"price" : 600.0,
"departmentName" : "Test Department",
"departmentId" : 900300099,
"manufacturer" : "Test Manufacturer",
"brand" : "Test Brand",
"model" : "Test Model",
"targetGroup" : "Test-Adult",
"material" : "Test-Plastic",
"frameType" : "Full Frame",
"lensesType" : "Test-Polarized",
"design" : "Test-Classic",
"color" : "Test-Black"
}, {
"id" : 900500097,
"price" : 500.0,
"departmentName" : "Test Department",
"departmentId" : 900300099,
"manufacturer" : "Test Manufacturer",
"brand" : "Test Brand",
"model" : "Test Model",
"targetGroup" : "Test-Adult",
"material" : "Test-Plastic",
"frameType" : "Full Frame",
"lensesType" : "Test-Polarized",
"design" : "Test-Classic",
"color" : "Test-Black"
}, {
"id" : 900500098,
"price" : 350.0,
"departmentName" : "Test Department",
"departmentId" : 900300099,
"manufacturer" : "Test Manufacturer",
"brand" : "Test Brand",
"model" : "Test Model",
"targetGroup" : "Test-Adult",
"material" : "Test-Plastic",
"frameType" : "Full Frame",
"lensesType" : "Test-Polarized",
"design" : "Test-Classic",
"color" : "Test-Black"
}, {
"id" : 900500099,
"price" : 200.0,
"departmentName" : "Test Department",
"departmentId" : 900300099,
"manufacturer" : "Test Manufacturer",
"brand" : "Test Brand",
"model" : "Test Model",
"targetGroup" : "Test-Adult",
"material" : "Test-Plastic",
"frameType" : "Full Frame",
"lensesType" : "Test-Polarized",
"design" : "Test-Classic",
"color" : "Test-Black"
} ],
"pageable" : {
"pageNumber" : 0,
"pageSize" : 20,
"sort" : {
"empty" : true,
"sorted" : false,
"unsorted" : true
},
"offset" : 0,
"paged" : true,
"unpaged" : false
},
"last" : true,
"totalElements" : 4,
"totalPages" : 1,
"first" : true,
"size" : 20,
"number" : 0,
"sort" : {
"empty" : true,
"sorted" : false,
"unsorted" : true
},
"numberOfElements" : 4,
"empty" : false
}
Path | Type | Description |
---|---|---|
|
|
Массив солнцезащитных очков |
|
|
ID солнцезащитных очков |
|
|
Цена |
|
|
ID департамента |
|
|
Название департамента |
|
|
Производитель |
|
|
Бренд |
|
|
Модель |
|
|
Целевая группа |
|
|
Материал |
|
|
Тип оправы |
|
|
Тип линз |
|
|
Дизайн |
|
|
Цвет |