#Maurdekye
1 messages · Page 1 of 1 (latest)
Hello 👋
The Line Items information would be on the Checkout Session object but the parameter is expandable
https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-line_items
So you'd need to retreive the Checkout Session and Expand the line items as shown here
https://stripe.com/docs/api/expanding_objects
OR you can make an API request to retrieve line items from the completed checkout as shown here
https://stripe.com/docs/api/checkout/sessions/line_items