API / Identity & catalogue
Every live offer for a product, with seller identity, landed cost, condition and the provenance of each value.
GET /v1/products/{id}/offers
No parameters beyond the path and your bearer token.
GET /v1/products/prd_8Fk2xQ/offers
→ 200
{ "offers": [
{ "seller": "bestbuy", "price_minor": 19800, "shipping_minor": 0,
"condition": "new", "availability": "in_stock",
"source": { "channel": "direct_api", "confidence": 1.00,
"observed_at": "2026-09-07T14:02:11Z" } } ] }