---
title: "Return a particular product by its Stripe id"
method: GET
path: "/v1/stripe/product/{productId}"
tags: ["stripe"]
---

# Return a particular product by its Stripe id

`GET /v1/stripe/product/{productId}`

## Query parameters

- `productId` string, required

## Response `200`

successful operation

- StripeProduct
  - `stripeId` string, required — unique Stripe identifier for this product
  - `label` string, required — human-readable nickname for this product

## Other responses

- `400` — bad request
- `404` — not found

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/26da34ae934f/schema)
