#.abishek

1 messages · Page 1 of 1 (latest)

modest lavaBOT
gray loom
#

Hello 👋
I don't believe you can, what's the usecase?

surreal steppe
#

when I receive the webhook for checkout session completed, I try to get the line items from the checkout session, want to retrieve the know the product id for each lineitem. wanted to see if I can store the app's product correlation id on the meta data to do that, if it is not possible, I have to use the product id from stripe to do it

gray loom
#

Each line item is a price object, you could set the metadata on the price instead and retrieve it from the prices if that works