We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ba088 commit 8556757Copy full SHA for 8556757
src/routes/products/[barcode]/+page.ts
@@ -39,6 +39,7 @@ export const load: PageLoad = async ({ params, fetch }) => {
39
const folkApi = createFolksonomyApi(fetch);
40
41
const { data: state, error: apiError } = await productsApi.getProductV3(params.barcode, {
42
+ product_type: 'all',
43
fields: ['all', 'knowledge_panels']
44
});
45
0 commit comments