Pre_Tax_Price for Order Line Items

Hi,

We’re retrieving LineItems for Orders. In REST, we used to be able to include pre_tax_price fields for line items, but GraphQL doesn’t have them.

I found this thread, which states that pre_tax_price information is generally deprecated. However, no other way of determining this value has been suggested so far.

Is there a solution?

Hi JRM,

Would the originalUnitPriceSet field on lineItem work for this?