#femina-product-catalog

1 messages · Page 1 of 1 (latest)

worldly driftBOT
willow nova
#

Hello! What kind of limitation are you thinking of?

fleet jay
#

I am creating a recurring subscription from API in which i am passing line item array.

#

in this line items array we have product_data. This is creating new product for each users

willow nova
#

This is just a picture of the Dashboard

#

Are you asking "is there a limit to how many products you can create"? If so no, though it's best to try and re-use existing Product objects

fleet jay
#

Ok I will re-use the product object.

#

But sometime we provide custom price to product for specific user so will that update the price in others customers as welll if we reuse it ?

willow nova
#

no it won't. A Product and a Price are completely separate objects and the Price is what controls the "amount" and the Product controls "what is sold"

#

femina-product-catalog

fleet jay
#

So we can create as many price objects as we want . So there is no limitation , right ?

#

And we should try to re-use product object ?