diff --git a/framework/shopify/product/get-all-product-paths.ts b/framework/shopify/product/get-all-product-paths.ts index 3e62a7315..e8ee04065 100644 --- a/framework/shopify/product/get-all-product-paths.ts +++ b/framework/shopify/product/get-all-product-paths.ts @@ -19,7 +19,7 @@ const getAllProductPaths = async (options?: { config?: ShopifyConfig preview?: boolean }): Promise => { - let { config, variables = { first: 250, sortKey: 'BEST_SELLING' } } = + let { config, variables = { first: 100, sortKey: 'BEST_SELLING' } } = options ?? {} config = getConfig(config)