From b1ede29576ccfffc94bd4296ba12dcb6232e5799 Mon Sep 17 00:00:00 2001 From: pfcodes Date: Thu, 23 Sep 2021 12:45:57 -0700 Subject: [PATCH] Update get-customer-wishlist.ts (#443) Closes #442 --- framework/bigcommerce/api/operations/get-customer-wishlist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/bigcommerce/api/operations/get-customer-wishlist.ts b/framework/bigcommerce/api/operations/get-customer-wishlist.ts index fc9487ffe..5227ee663 100644 --- a/framework/bigcommerce/api/operations/get-customer-wishlist.ts +++ b/framework/bigcommerce/api/operations/get-customer-wishlist.ts @@ -53,7 +53,7 @@ export default function getCustomerWishlistOperation({ if (ids?.length) { const graphqlData = await commerce.getAllProducts({ - variables: { first: 100, ids }, + variables: { first: 50, ids }, config, }) // Put the products in an object that we can use to get them by id