#.abishek
1 messages · Page 1 of 1 (latest)
Hello 👋
I don't believe you can, what's the usecase?
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
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