Retrieve a product
Returns the product with enrichment data — default price, representative price (the sole price when no default is set and exactly one price exists), and price count. The representative price is a display-only fallback and must not be treated as the assigned default.
Authorizations
A merchant secret key (sk_…) sent as Authorization: Bearer <key>.
Path Parameters
The product id (prod_…).
Response
The product.
Product id (prod_…).
product true for live mode, false for test mode.
The product's default price (price_…), or null if none is set.
Unit displayed at checkout.
digital, physical, service, donation, other Unix epoch seconds.
Unix epoch seconds.
Inline-expanded default price. Present on GET and list responses; omitted on mutation endpoints (create, update, set_default_price).
Display-only fallback populated when no default is set but exactly one price exists. Present on GET and list responses; omitted on mutation endpoints. Must not be treated as the assigned default.
Total number of prices on this product. Present on GET and list responses; omitted on mutation endpoints.

