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
This method allows to get products page per page, as a classical pagination. You can research products thanks to the search builder.
87
87
88
88
As for the other entities, it's possible to get the total number of researched products with this method.
89
-
Also, it's possible to filter the value to return, thanks to the query parameters that are fully described [here](/api-reference.html#get_products).
89
+
Also, it's possible to filter the value to return, thanks to the query parameters that are fully described [here](/api-reference.html#get_products_uuid).
90
90
91
91
For example, in this example, we only return product values belonging to the channel "ecommerce" by adding the query parameter `'scope' => 'ecommerce'`.
92
92
@@ -114,7 +114,7 @@ It's recommended to let this parameter with the default value `false` if the tot
114
114
115
115
You can get more information about this method [here](/php-client/list-resources.html#by-getting-pages).
116
116
117
-
You can get more information about the available query parameters [here](/api-reference.html#get_products).
117
+
You can get more information about the available query parameters [here](/api-reference.html#get_products_uuid).
118
118
119
119
**With a cursor**
120
120
@@ -143,10 +143,10 @@ There is a maximum limit allowed on server side for the parameter `pageSize`.
143
143
144
144
You can get more information about this method [here](/php-client/list-resources.html#with-a-cursor).
145
145
146
-
You can get more information about the available query parameters [here](/api-reference.html#get_products).
146
+
You can get more information about the available query parameters [here](/api-reference.html#get_products_uuid).
0 commit comments