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
Table 949. request description
Parameter Description

departmentId

ID департамента

priceFrom

Цена от

priceTo

Цена до

manufacturer

Производитель

brand

Бренд

model

Модель

targetGroup

Целевая группа

material

Материал

frameType

Тип оправы

lensesType

Тип линз

design

Дизайн

page

Номер страницы

size

Размер страницы

pageable

Pageable description

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
}
Table 950. response description
Path Type Description

content[].

Array

Массив солнцезащитных очков

[].id

Number

ID солнцезащитных очков

[].price

Number

Цена

[].departmentId

Number

ID департамента

[].departmentName

String

Название департамента

[].manufacturer

String

Производитель

[].brand

String

Бренд

[].model

String

Модель

[].targetGroup

String

Целевая группа

[].material

String

Материал

[].frameType

String

Тип оправы

[].lensesType

String

Тип линз

[].design

String

Дизайн

[].color

String

Цвет