Retrieves a single Price by id.
AuthorizationRequiredBearer <token>API key as Bearer token
In: header
idRequiredstringPrice id, discoverable via list_prices
fieldsstringComma-separated list of fields to return. Valid: id, hostId, productId, type, currency, unitAmount, recurring, features, nickname, active, metadata, createdAt, updatedAt. Omit for all fields.
Create Price
Creates a Price for a Product. The Price defines cadence (one_time or recurring), per-unit cost, and an optional array of typed Feature grants (boolean, quantity, enum, duration).
Update Price
Applies a partial update to a Price. Mutable fields: unitAmount, recurring, features, nickname, metadata. To switch type/currency/product, archive and create a new Price.