---
title: "List a product's prices"
method: GET
path: "/api/products/{id}/prices"
tags: ["Catalog"]
---

# List a product's prices

`GET /api/products/{id}/prices`

## Path parameters

- `id` string, required

## Query parameters

- `active` boolean
- `currency` 'EUR' | 'USD'

## Response `200`

- object[]

---

[API](https://skmtc.dev/inflowpay/apis/inflow-api.md) · [All operations](https://skmtc.dev/inflowpay/apis/inflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inflowpay/inflow-api/revisions/3012dd3dd14a/schema)
