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 0ea051c commit a9f4b38Copy full SHA for a9f4b38
lib/routes/ikea/cn/low-price.ts
@@ -32,7 +32,7 @@ async function handler() {
32
headers: generateRequestHeaders(),
33
searchParams: {
34
processOutOfStock: 'SORT',
35
- groupId: 'cms_低价好物_cms-商品列表-_0',
+ groupId: 'cms_product_cn--zh--8b08af400ac511ec909ec36c6e99b004_0_0',
36
page: 1,
37
size: 200,
38
},
@@ -42,6 +42,7 @@ async function handler() {
42
title: 'IKEA 宜家 - 低价优选',
43
link: 'https://www.ikea.cn/cn/zh/campaigns/wo3-men2-de-chao1-zhi2-di1-jia4-pub8b08af40',
44
description: '低价优选',
45
+ allowEmpty: true,
46
item: response.data.products.map((element) => generateProductItem(element)),
47
};
48
}
0 commit comments