API / Identity & catalogue
The canonical record: identity, attributes, taxonomy, media, and every variant.
GET /v1/products/{id}
No parameters beyond the path and your bearer token.
GET /v1/products/prd_8Fk2xQ
→ 200
{ "product_id": "prd_8Fk2xQ", "gtin": "00885909950805",
"brand": "Sony", "title": "Sony WH-1000XM5",
"category": "electronics.audio.headphones",
"attributes": { "form": "over-ear", "anc": true, "battery_hours": 30 },
"variants": 3, "sellers": 4 }