You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| extended | false | If true, it will return all information about recommended products. If parameter with_locations is present in request and is true, location_ids column with a list of locations where product is available will be returned. If omit, it returns only products IDs. |
121
-
| with_locations | false | If true and if parameter extended is in request, it will return location_ids column with a list of locations where product is available. If request doesn't have `extended` parameter, `with_locations` parameter is ignored. | |
122
-
123
-
### JS SDK syntax
124
-
| Syntax |
120
+
| extended | false | If true, it will return all information about recommended products. If parameter with_locations is present in request and is true, location_ids column with a list of locations where product is available will be returned. If omit, it returns only products IDs. Default is false. |
121
+
| with_locations | false | If true and if parameter extended is in request, it will return location_ids column with a list of locations where product is available. If request doesn't have `extended` parameter, `with_locations` parameter is ignored. Default value is false. | |
| extended | number | optionally | Supports: `1` or empty. If `1`, it will return all information about recommended products. If omit, it returns only products IDs. |
149
147
| prevent_shuffle | boolean | optionally | If true, it disables shuffling of products in the response. |
150
148
| page | number | optionally | The parameter for creating pagination, by default 1. Returns the number of products based on the limit per page. |
149
+
| with_locations | boolean | optionally | List of locations where product is available. Returns only if parameter extended is true. |
0 commit comments