#QTVinozzZ-products
1 messages · Page 1 of 1 (latest)
Awesome! From what I see through the GitHub sample project, the invoice line item is generated based on Product for a subscription. We are thinking to create a Product for each bucket that user creates, so we can display usage for each bucket as a line item on the invoice
Just thought I would double check with you to see if this usecase is ok
When you say "create a Product for each bucket" that doesn't mean you're creating a unique product for each customer right? What exactly do you mean by bucket?
Like in AWS S3, a user creates a bucket to store data
We want to be able to display usage in each bucket on the invoice
I imagine you would create a new Product for each different bucket offering you have , but not a unique Product for every customer. That being said, either will work - if you want to create a new Product for every customer you're welcome to, but it would make things like knowing all the customers that are using a specific pricing difficult
In our case, the bucket is created by each customer. So it would be a unique Product per bucket and a customer may have multiple unique products. But yea, the different pricing part would be hard but we should be able to track it on our side.
Thank you for your help