From ece6d5e3f1f4ef2d1360899c0aee13d730ea53f0 Mon Sep 17 00:00:00 2001 From: Tina Gomez <94003415+bc-tgomez@users.noreply.github.com> Date: Thu, 2 Nov 2023 09:01:13 -0500 Subject: [PATCH] DEVDOCS-4667: [revise] Catalog Product, Add pagination limits to Get All Products (#1512) --- reference/catalog/products_catalog.v3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/catalog/products_catalog.v3.yml b/reference/catalog/products_catalog.v3.yml index b5f682a40..5550d0d0d 100644 --- a/reference/catalog/products_catalog.v3.yml +++ b/reference/catalog/products_catalog.v3.yml @@ -340,7 +340,7 @@ paths: type: integer - name: limit in: query - description: Controls the number of items per page in a limited (paginated) list of products. + description: Controls the number of items per page in a limited (paginated) list of products. The default product limit is 50 with a maximum limit of 250. schema: type: integer - name: direction