#soma-fetch-price-node
1 messages · Page 1 of 1 (latest)
Hi there! Sounds like you want to list prices by product: https://stripe.com/docs/api/prices/list#list_prices-product!
You can't delete a product once it has prices associated. Instead you archive it (set active: false): https://stripe.com/docs/api/products/update#update_product-active
I see
thanks
one more thing
here
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
in order to filter the price by product
it should be the product id, right?
Yep
thank you so much