Advertisement
Guest User

request search

a guest
Jul 28th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.31 KB | None | 0 0
  1. {
  2.     "query":"iphone",
  3.     "filters":{
  4.         "MaxPrice": ["2000"],
  5.         "MinPrice": ["300"],
  6.         "_attributes":[
  7.             {
  8.                 "name":"Brand",
  9.                 "values":[
  10.                     "Acer",
  11.                     "Alcatel",
  12.                     "blu"
  13.                 ]
  14.             },
  15.             {
  16.                 "name":"Color",
  17.                 "values":[
  18.                     "red",
  19.                     "white",
  20.                     "blu"
  21.                 ]
  22.             }
  23.         ]
  24.     }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement