{
"data": [
{
"id": 12345,
"name": "Digital Blood Pressure Monitor",
"tagline": "FDA-approved automatic BP monitor",
"price": {
"cents": 4995,
"dollars": 49.95,
"currency": "USD",
"formatted": "$49.95"
},
"merchant_product_id": "BP-MONITOR-001",
"status": "active",
"eligibility": {
"hsa_fsa_eligible": true,
"eligibility_type": "auto_substantiation"
},
"images": [
{
"id": 567,
"url": "https://cdn.example.com/bp-monitor.jpg",
"is_primary": true
}
],
"created_at": "2025-10-18T14:30:00Z"
},
{
"id": 12346,
"name": "Digital Thermometer",
"price": {
"cents": 2995,
"dollars": 29.95,
"currency": "USD",
"formatted": "$29.95"
},
"merchant_product_id": "THERM-001",
"status": "active",
"eligibility": {
"hsa_fsa_eligible": true,
"eligibility_type": "auto_substantiation"
},
"created_at": "2025-10-17T10:00:00Z"
}
],
"has_more": true,
"next_cursor": 12346
}