#Khalil-orders-API
1 messages · Page 1 of 1 (latest)
Hi Bismarck
So line_items aren't returned by default on retrieval. You need to expand the line items: https://stripe.com/docs/api/orders_v2/object#order_v2_object-line_items
I need it on the js side: https://stripe.com/docs/js/orders/retrieve_order
Can I expand on the js side?
Ah I misread
No you can't expand client side
You would have to do a round-trip here to your server if you need to access the line_items
Ok sounds good - thanks for the help