#Greg1904-products
1 messages · Page 1 of 1 (latest)
@quasi tinsel hi! you'd use https://stripe.com/docs/api/prices/list#list_prices-product for that.
(products can have multiple prices, so you list prices and filter by the product ID)
Thank you ! Is it possible to filter by the product ID directly in the request?
@quasi tinsel which request exactly? The call is like /v1/prices?product=prod_xxx and it returns the Prices for that Product.