Tags:
- Admin GraphQL API
- 2026-07
LineItem.priceAfterAllDiscountsBeforeTaxesSet field now available
LineItem.priceAfterAllDiscountsBeforeTaxesSet field now availableThe object in the GraphQL Admin API now includes a [(https://shopify.dev/docs/api/admin-graphql/2026-07/objects/LineItem#field-LineItem.fields.priceAfterAllDiscountsBeforeTaxesSet) field, which is equivalent to the REST API's on line items. This field returns the total price of a line item in both shop and presentment currencies after all discounts have been applied, excluding refunded and removed quantities. The value doesn't include taxes.
This is useful for order export workflows where you need the line-level subtotal after discounts but before tax.
Was this section helpful?