Files
supermarket/.requestly-supermarket/magnit/Main catalog.json

21 lines
723 B
JSON

{
"name": "Main catalog",
"request": {
"type": "http",
"url": "https://magnit.ru/webgate/v2/goods/search",
"scripts": {
"preRequest": "",
"postResponse": ""
},
"method": "POST",
"queryParams": [],
"headers": [],
"body": "{\n \"sort\": {\n \"order\": \"desc\",\n \"type\": \"popularity\"\n },\n \"pagination\": {\n \"limit\": 45,\n \"offset\": 0\n },\n \"categories\": [\n 63829\n ],\n \"includeAdultGoods\": true,\n \"storeCode\": \"992301\",\n \"storeType\": \"6\",\n \"catalogType\": \"1\"\n}",
"contentType": "application/json",
"auth": {
"currentAuthType": "INHERIT",
"authConfigStore": {}
},
"pathVariables": []
}
}