I'm currently working with Shopify Storefront API and been struggle with this problem lately. So when you get OrderLineItem from an Order from the API it only return
- title
- quantity
- variant(product's variant)
It does not contain any information about the line item's price. For example: i have an OrderLineItem with a product variant had 137$ as price by the time i created the order. Then i update the product's price to 138$. The OrderLineItem's price remain $137 which is correct but the StorefrontAPI does not return any information about the OrderLineItem 's price. Is this a bug or does anyone know where can i find this piece of information ?