forked from TheLastTech/SneakerBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShopifyHttpObjects.js
49 lines (28 loc) · 927 Bytes
/
ShopifyHttpObjects.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module.exports.SearchalizeUrl = "https://www.searchanise.com/getresults";
module.exports.SearchAlese =
{
"q": "",
"sortBy": "relevance",
"sortOrder": "desc",
"restrictBy[quantity]": "1|",
"startIndex": "0",
"maxResults": "49",
"items": "true",
"pages": "true",
"categories": "true",
"suggestions": "true",
"queryCorrection": "true",
"suggestionsMaxResults": "3",
"pageStartIndex": "0",
"pagesPerPage": "20",
"categoryStartIndex": "0",
"categoriesPerPage": "20",
"facets": "true",
"facetsShowUnavailableOptions": "false",
"ResultsTitleStrings": "2",
"ResultsDescriptionStrings": "1",
"output": "json",
"api_key": "6h0R7A2e7J",
"callback": "jQuery111109429742953485534_1524247060695",
"_": "1524247060696"
};