#jacb-products-markinactive
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Stripe doesn't have a way to model inventory. You would need to add your own logic to your integration that tracks and updates inventory based on received payments.
So my idea was to track each of the payments but can I mark a product as not available to buy after through stripe?
Yes, you can change the active property for a product (or price) from true to false.
https://stripe.com/docs/api/products/object#product_object-active
ok thank you
Happy to help ๐