File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 58165816 "description": "Limit of the search result.",
58175817 "style": "form",
58185818 "schema": {
5819- "maximum": 2147483647 ,
5819+ "maximum": 500 ,
58205820 "minimum": 1,
58215821 "type": "integer",
58225822 "format": "int32",
60636063 "required": true,
60646064 "style": "simple",
60656065 "schema": {
6066- "type": "integer",
6067- "format": "int32"
6066+ "type": "string"
60686067 }
60696068 }
60706069 ],
@@ -11946,11 +11945,12 @@
1194611945 },
1194711946 "RecommendedCategoriesRequestV1": {
1194811947 "required": [
11949- "skuIds "
11948+ "productIds "
1195011949 ],
1195111950 "type": "object",
1195211951 "properties": {
11953- "skuIds": {
11952+ "productIds": {
11953+ "maxItems": 1000,
1195411954 "minItems": 1,
1195511955 "type": "array",
1195611956 "items": {
@@ -11964,17 +11964,18 @@
1196411964 },
1196511965 "RecommendedKeywordsRequestV1": {
1196611966 "required": [
11967- "skuIds "
11967+ "productIds "
1196811968 ],
1196911969 "type": "object",
1197011970 "properties": {
11971- "skuIds": {
11971+ "productIds": {
11972+ "maxItems": 1000,
1197211973 "minItems": 1,
1197311974 "type": "array",
1197411975 "items": {
1197511976 "type": "string"
1197611977 },
11977- "description": "Sku Id list that the recommended keywords generated on."
11978+ "description": "Product Id list that the recommended keywords generated on."
1197811979 }
1197911980 },
1198011981 "additionalProperties": false,
You can’t perform that action at this time.
0 commit comments