# `PolarExpress.Schemas.ExistingProductPrice`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/existing_product_price.ex#L2)

ExistingProductPrice

A price that already exists for this product.

Useful when updating a product if you want to keep an existing price.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.ExistingProductPrice{id: String.t() | nil}
```

* `id` - Format: uuid4.

# `schema_name`

---

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