---
title: >-
  LineItem.priceAfterAllDiscountsBeforeTaxesSet field now available - Shopify
  developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/lineitem-priceafteralldiscountsbeforetaxesset-field-now-available
  md: >-
    https://shopify.dev/changelog/lineitem-priceafteralldiscountsbeforetaxesset-field-now-available.md
metadata:
  effectiveApiVersion: 2026-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2026-03-31T10:06:31-04:00'
  postedAt: '2026-04-27T12:00:00-04:00'
  updatedAt: '2026-05-12T09:46:39-04:00'
  effectiveAt: '2026-04-13T12:00:00-04:00'
---

April 27, 2026

Tags:

* Admin GraphQL API
* 2026-07

# `LineItem.priceAfterAllDiscountsBeforeTaxesSet` field now available

The `LineItem` object in the GraphQL Admin API now includes a \[`priceAfterAllDiscountsBeforeTaxesSet`(<https://shopify.dev/docs/api/admin-graphql/2026-07/objects/LineItem#field-LineItem.fields.priceAfterAllDiscountsBeforeTaxesSet>) field, which is equivalent to the REST API's `current_subtotal_price_set` 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.
