Julien
AAlokai
•Created by Julien on 12/6/2023 in #🙋|general-help
Add SearchProduct params or variables
Hi, i need to pass extra params or variables to useProduct search params to get price depending on customerGroupId, is it possible ?
await searchProducts({ slug: route.value.params.slug, customQuery: { products: 'productsQuery', }, customerGroupId: "userCustomGroupId", });
await searchProducts({ slug: route.value.params.slug, customQuery: { products: 'productsQuery', }, customerGroupId: "userCustomGroupId", });
6 replies