[
{
"snapshotId": "pdd-old",
"productId": "pdd-100",
"productName": "Smart Blender",
"observedAt": "2026-07-01",
"currency": "CNY",
"regularPrice": 199,
"salePrice": 159,
"groupPrice": 139,
"couponAmount": 10,
"subsidyAmount": 5,
"shippingCost": 0,
"minimumGroupSize": 2,
"promotionEnd": "2026-07-20",
"skus": [
{
"skuId": "white",
"name": "White",
"regularPrice": 199,
"salePrice": 159,
"groupPrice": 139,
"stock": 200
},
{
"skuId": "black",
"name": "Black",
"regularPrice": 209,
"salePrice": 169,
"groupPrice": 149,
"stock": 80
}
]
},
{
"snapshotId": "pdd-new",
"productId": "pdd-100",
"productName": "Smart Blender",
"observedAt": "2026-07-14",
"currency": "CNY",
"regularPrice": 239,
"salePrice": 159,
"groupPrice": 149,
"couponAmount": 0,
"subsidyAmount": 0,
"shippingCost": 8,
"minimumGroupSize": 3,
"promotionEnd": "2026-07-16",
"skus": [
{
"skuId": "white",
"name": "White",
"regularPrice": 239,
"salePrice": 159,
"groupPrice": 149,
"stock": 0
},
{
"skuId": "black",
"name": "Black",
"regularPrice": 249,
"salePrice": 179,
"groupPrice": 159,
"stock": 60
},
{
"skuId": "red",
"name": "Red",
"regularPrice": 249,
"salePrice": 179,
"groupPrice": 159,
"stock": 30
}
]
}
]