# `Stripe.Services.Climate.ProductService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/services/climate/product_service.ex#L2)

ClimateRemovalsProducts

A Climate product represents a type of carbon removal unit available for reservation.
You can retrieve it to see the current price and availability.

# `list`

```elixir
@spec list(Stripe.Client.t(), map(), keyword()) ::
  {:ok, term()} | {:error, Stripe.Error.t()}
```

List products

Lists all available Climate product objects.

# `retrieve`

```elixir
@spec retrieve(Stripe.Client.t(), String.t(), map(), keyword()) ::
  {:ok, term()} | {:error, Stripe.Error.t()}
```

Retrieve a product

Retrieves the details of a Climate product with the given ID.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
