[
{
"snapshotId": "1688-1-old",
"listingId": "offer-1001",
"supplierId": "factory-a",
"supplierName": "Shenzhen Factory A",
"observedAt": "2026-07-01",
"currency": "CNY",
"unit": "piece",
"moq": 100,
"minimumOrderAmount": 500,
"leadTimeDays": 7,
"stock": 5000,
"priceTiers": [
{
"minQty": 100,
"unitPrice": 5
},
{
"minQty": 500,
"unitPrice": 4.5
},
{
"minQty": 1000,
"unitPrice": 4.1
}
]
},
{
"snapshotId": "1688-1-new",
"listingId": "offer-1001",
"supplierId": "factory-a",
"supplierName": "Shenzhen Factory A",
"observedAt": "2026-07-14",
"currency": "CNY",
"unit": "piece",
"moq": 200,
"minimumOrderAmount": 1200,
"leadTimeDays": 16,
"stock": 0,
"priceTiers": [
{
"minQty": 200,
"unitPrice": 6
},
{
"minQty": 500,
"unitPrice": 5.2
},
{
"minQty": 1000,
"unitPrice": 4.8
}
]
},
{
"snapshotId": "1688-2-old",
"listingId": "offer-2002",
"supplierId": "factory-b",
"observedAt": "2026-07-01",
"currency": "CNY",
"unit": "box",
"moq": 20,
"leadTimeDays": 10,
"stock": 800,
"priceTiers": [
{
"minQty": 20,
"unitPrice": 45
}
]
},
{
"snapshotId": "1688-2-new",
"listingId": "offer-2002",
"supplierId": "factory-b",
"observedAt": "2026-07-14",
"currency": "CNY",
"unit": "box",
"moq": 20,
"leadTimeDays": 8,
"stock": 900,
"priceTiers": [
{
"minQty": 20,
"unitPrice": 42
}
]
}
]