#olli-checkout-line-items

1 messages ยท Page 1 of 1 (latest)

valid rapids
#

Hi there ๐Ÿ‘‹ line_items aren't included in the event body, but you can either retrieve the checkout session using expand to return the line_items:
https://stripe.com/docs/api/checkout/sessions/retrieve

Or, if you only need information about the line items, then you can retrieve just those for a session:
https://stripe.com/docs/api/checkout/sessions/line_items