#learningmode-prices
1 messages · Page 1 of 1 (latest)
@thorn idol no, they can't. The model is a Product can have multiple Prices; not the other way around
you'd make multiple API calls to add a Price for each specific Product if that's what you're going for
I want to actually put multiple products together and charge the total amount of the products as a the plan price.
would that be possible?
no
you could have N Products with 1 Price each and then create an Invoice or CheckoutSession for those N Prices though! I think that does the same thing essentially.
I wanted to then create a subscription to the set of products for a single customer, this will not be possible right?