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?