Hello,
I make use of different line_item properties to dynamically update the line_item.original_line_price in my store and I have a question regarding the behavior differences between mobile and desktop. I’ve been using a slightly customized version of Debut theme, and noticed differences in how checkout fetches the line_items on both platform. It seems mobile gets its quantity from somewhere else than the line_item.quantity attribute.
1. When proceeding to checkout, are there any differences as to which fields of the line_item object are used to assemble the checkout order? More precisely, which attributes correspond to the quantity and line_item price shown in the checkout screen on both of these platforms.
2. Is there some detailed documentation on how the checkout page renders the item list? Does it use the line_item list of the cart object?