Get an incorrect product status via API

QuestionsCategory: ProductGet an incorrect product status via API
ZKH asked 3 years ago

There is a product on sale, but we get active=0 through API
product: https://tiki.vn/cosori-noi-chien-khong-dau-dien-tu-air-fryer-5-8-qt-5-5-lit-hang-chinh-hang-p56588668.html
API: https://api.tiki.vn/integration/v2/products
parameter: {“updated_to_date”:”2021-08-09 16:29:21″,”limit”:30,”active”:0,”updated_from_date”:”2021-08-08 16:01:00″,”page”:1}
response:

{
“data”: [
{
“product_id”: 68825505,
“sku”: “1120168234174”,
“name”: “NỒI CHIÊN KHÔNG DẦU ĐIỆN TỬ COSORI (AIR FRYER) 5.8 Qt / 5.5 LÍT- HÀNG CHÍNH HÃNG”,
“master_id”: 56588668,
“master_sku”: “3043964082375”,
“super_id”: 0,
“super_sku”: “”,
“active”: 0,
“original_sku”: “”,
“type”: “simple”,
“entity_type”: “seller_simple”,
“price”: 4280000,
“market_price”: 4290000,
“created_at”: “2020-10-02 12:21:38”,
“updated_at”: “2021-08-09 10:18:21”,
“thumbnail”: “https://salt.tikicdn.com/cache/280×280/ts/product/46/b2/52/9c890a38c383b780f4c27882178d1b26.jpg”,
“attributes”: {},
“categories”: [
{
“id”: 1343,
“name”: “Chương trình khuyến mãi”,
“url_key”: “xa-kho-tikinow-hcm”,
“is_primary”: false
},
{
“id”: 1882,
“name”: “Điện Gia Dụng”,
“url_key”: “dien-gia-dung”,
“is_primary”: false
},
{
“id”: 1884,
“name”: “Đồ dùng nhà bếp”,
“url_key”: “do-dung-nha-bep”,
“is_primary”: false
},
{
“id”: 1892,
“name”: “Nồi điện các loại”,
“url_key”: “noi-dien-cac-loai”,
“is_primary”: false
},
{
“id”: 8123,
“name”: “Nồi chiên”,
“url_key”: “noi-chien”,
“is_primary”: true
},
{
“id”: 47422,
“name”: “Deal hot tháng 7.2020 – LS”,
“url_key”: “deal-hot-thang-72020-ls”,
“is_primary”: false
},
{
“id”: 48014,
“name”: “Danh sách trả góp Điện Gia Dụng”,
“url_key”: “danh-sach-tra-gop-dien-gia-dung”,
“is_primary”: false
},
{
“id”: 48178,
“name”: “ĐIỆN GIA DỤNG HOT THÁNG 8”,
“url_key”: “dien-gia-dung-hot-thang-8”,
“is_primary”: false
},
{
“id”: 48422,
“name”: “ĐIỆN GIA DỤNG HOT THÁNG 9”,
“url_key”: “dien-gia-dung-hot-thang-9”,
“is_primary”: false
},
{
“id”: 49262,
“name”: “TOP SẢN PHẨM BÁN CHẠY NHÀ CỬA ĐỜI SỐNG 10.10”,
“url_key”: “top-san-pham-ban-chay-nha-cua-doi-song-1010”,
“is_primary”: false
},
{
“id”: 50398,
“name”: “Sản phẩm HOT [LS 3P] Tháng 11”,
“url_key”: “san-pham-hot-ls-3p-thang-11”,
“is_primary”: false
},
{
“id”: 50960,
“name”: “Gia dụng – Chốt năm cực đỉnh – Sale sốc hết mình”,
“url_key”: “gia-dung-chot-nam-cuc-dinh-sale-soc-het-minh”,
“is_primary”: false
},
{
“id”: 51462,
“name”: “NẤU NƯỚNG MÙA TẾT\t\t\t”,
“url_key”: “nau-nuong-mua-tet”,
“is_primary”: false
}
]
},
{
“product_id”: 68789653,
“sku”: “2113070885601”,
“name”: “Lò nướng kiêm nồi chiên không dầu Unie Q36 dung tích lớn nhất đa chức năng nhiều phụ kiện đa dạng, dễ dàng vệ sinh, thiết kế đẹp, hiện đại – hàng chính hãng”,
“master_id”: 68789652,
“master_sku”: “3248422002890”,
“super_id”: 0,
“super_sku”: “”,
“active”: 0,
“original_sku”: “UNIE_Q36”,
“type”: “simple”,
“entity_type”: “seller_simple”,
“price”: 3680000,
“market_price”: 5600000,
“created_at”: “2020-10-02 11:44:12”,
“updated_at”: “2021-08-09 07:16:05”,
“thumbnail”: “https://salt.tikicdn.com/cache/280×280/ts/product/0d/3b/b0/7a0884cb635cab9824d3f4898edc6d20.jpg”,
“attributes”: {},
“categories”: [
{
“id”: 2040,
“name”: “Lò nướng thùng”,
“url_key”: “lo-nuong-thung”,
“is_primary”: true
},
{
“id”: 2023,
“name”: “Lò nướng điện”,
“url_key”: “lo-nuong-dien”,
“is_primary”: false
},
{
“id”: 1884,
“name”: “Đồ dùng nhà bếp”,
“url_key”: “do-dung-nha-bep”,
“is_primary”: false
},
{
“id”: 1882,
“name”: “Điện Gia Dụng”,
“url_key”: “dien-gia-dung”,
“is_primary”: false
}
]
}
],
“paging”: {
“total”: 2,
“per_page”: 30,
“current_page”: 1,
“last_page”: 1,
“from”: 0,
“to”: 2
}
}