#RahulRaval-checkout-products

1 messages · Page 1 of 1 (latest)

hushed bramble
light ginkgo
#

ok, so productId would be constant in my case, right? I just want to make sure it won't cause any trouble as if we use single productId for all the orders with different price Data.

hushed bramble
#

Yep, or you can use ad hoc product data (via product_data) too

#

It won't cause issues from our end, but may from your own reconciliation/accounting perspective

light ginkgo
#

can you please tell me how different approaches will affect the accounting?

hushed bramble
#

Well, do you need reconcile product data for reporting purposes? Or inventory purposes?

#

If you're using a single Product ID for every transaction, then it'll look like its sold in every transaction

#

This may not be an issue, just something to consider

light ginkgo
#

understood.

#

@hushed bramble where can I find product_data details to pass in create session API?

hushed bramble