diff --git a/src/products/index.tsx b/src/products/index.tsx index 2d04e98a0..9db230308 100644 --- a/src/products/index.tsx +++ b/src/products/index.tsx @@ -34,6 +34,7 @@ const ProductList: React.FC> = ({ location }) => { ...qs, categories: getArrayQueryParam(qs.categories), collections: getArrayQueryParam(qs.collections), + ids: getArrayQueryParam(qs.ids), productTypes: getArrayQueryParam(qs.productTypes) }, ProductListUrlSortField