Product Price After The Discount Variable In Flow?

Topic summary

A user is trying to find a Shopify Flow variable that outputs individual product prices after discounts are applied, rather than the total order price with discounts.

Current Issue:

  • The existing variables only show either the pre-discount product price or the total discounted order amount
  • Need: A variable for each separate product’s post-discount price

Suggested Solution:

  • Another user recommended using the lineItems field, specifically referencing the discountedTotalSet property from Shopify’s Admin GraphQL API
  • Documentation link provided: shopify.dev/docs/api/admin-graphql/2023-07/objects/LineItem

Problem Persists:

  • The original poster confirmed the suggested variable still displays the price before the discount
  • Screenshots were shared showing the discrepancy between Flow output and actual Shopify order prices

Status: Unresolved - still seeking a working variable for per-product discounted prices in Shopify Flow.

Summarized with AI on November 17. AI used: claude-sonnet-4-5-20250929.

Greetings, i’m searching in the shopify flow app for a variable that can output the price of a product AFTER the dicount applied, although there is a variable that displays the price with the disount but this variable is for the entire of the purchase, i need a variable for the price of each product sepatate, does anyone knows if exists or not?

This although tell that will apply the discount the output of the price remain without discount

Screenshot 2023-08-24 at 15.59.22.png

Thanks in advance!

It’s under lineItems

https://shopify.dev/docs/api/admin-graphql/2023-07/objects/LineItem#field-lineitem-discountedtotalset

Hello and thanks for the reply, the problem still exists the price is before descount

Screenshot 2023-08-24 at 16.51.57.png

The shopify orders setion with the right prices AFTER discount