0
votes

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 ?

1

1 Answers

0
votes

What are you trying to do? You cannot change the price of a product already booked to an order for one thing. You can use the regular API to access a product, and change pricing, but that has nothing to do with the Storefront API.