GET
/v1/climate/products/{product}Get a Climate product
Retrieves the details of a Climate product by its unique identifier. Use expand to request expanded response fields when you need additional object details beyond the standard product representation.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
productstringrequired
The unique identifier of the Climate product, up to 5000 characters.
expandarray<string>optional
Specifies response fields to expand; each value can contain up to 5000 characters.
200Returns the Climate product, including its current prices per metric ton, delivery year, available metric tons, name, suppliers, and unique identifier.
createdintegerrequired
Time at which the object was created. Measured in seconds since the Unix epoch.
current_prices_per_metric_tonobjectrequired
Current prices for a metric ton of carbon removal in a currency's smallest unit.
delivery_yearintegeroptional
The year in which the carbon removal is expected to be delivered. If the year is in the past, this represents spot inventory with guaranteed delivery.
idstringrequired
Unique identifier for the object. For convenience, Climate product IDs are human-readable strings
that start with `climsku_`. See [carbon removal inventory](https://stripe.com/docs/climate/orders/carbon-removal-inventory)
for a list of available carbon removal products.
livemodebooleanrequired
Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
metric_tons_availablestringrequired
The quantity of metric tons available for reservation.
namestringrequired
The Climate product's name.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
suppliersarray<ClimateSupplier>required
The carbon removal suppliers that fulfill orders for this Climate product.
defaultError response.
errorobjectrequired
Error handling
product must identify the Climate product you want to retrieve and must not exceed 5000 characters. Each expand value must be a string of no more than 5000 characters.