Shopify POS 11.5 changes one of those details.
A fixed amount custom discount that you apply to a line item is now treated as a per item discount, not a one time discount across the whole line.
That is the entire change. But it can ripple into totals, staff habits, and any apps that set discounts automatically.
What changed : fixed amount custom discounts now apply per item (Shopify POS 11.5)
Starting in Shopify POS version 11.5, when you apply a fixed amount custom discount to a line item, the value you type is now the discount per unit.
So if you have 3 sweaters on one line and you enter $5 as the custom discount amount, Shopify POS now takes $5 off each sweater, for a $15 total discount on that line.
What did not change
A few things are explicitly not part of this update :
- Percentage custom discounts behave the same as before.
- Discount codes in Shopify POS are unchanged. Scanning, entering, and applying codes works the same way it always has.
- This is only about custom fixed amount discounts on line items inside Shopify POS.
Why you should care
Because the same typed number can now produce a very different total.
If your staff is used to thinking in terms of “take $10 off this line” and the line has quantity 5, that $10 entry is now a $50 discount unless they adjust it.
That affects :
- Cart totals at checkout
- Discount reporting and margin
- Receipt line math, especially when customers question it
- Staff speed. Fast discounting is good, fast discounting with the wrong mental model is not

Before vs now : how the line item total discount is calculated
This is one of those changes that sounds minor until you do the math once.
Old behavior (conceptually)
A fixed amount custom discount on a line item reduced the line by $X total, no matter the quantity.
- Enter $5
- The line total goes down by $5
- Quantity did not matter
New behavior (Shopify POS 11.5)
A fixed amount custom discount is now treated as $X per unit, so the total line discount becomes :
Total line discount = Amount per unit × Quantity
Simple example
Item price | Quantity | Fixed amount custom discount entered | Total discount before (old) | Total discount now (POS 11.5) |
$30 | 3 | $5 | $5 | $15 |
Line subtotal |
|
| $90 → $85 | $90 → $75 |
Same cart. Same line. Same $5 typed in. Different outcome.
Edge cases worth verifying in store
Even if the change makes perfect sense, it is still a change in behavior. So it is smart to spot check situations where people tend to get tripped up :
- Mixed quantities : especially when staff increments quantity after applying the discount
- Returns and exchanges : whether the discount allocation on each unit behaves the way your team expects when processing partial returns
- Staff expectations : anyone who routinely does “$ off this line” without thinking per unit
Where you’ll see it in the POS : cart, receipts, and staff workflows
Shopify did a decent job making the UI match the new logic, so it is not totally invisible.
In the cart line
On the Add custom discount screen, the amount field is now labeled something like Amount per unit, with helper text that makes it clear the discount applies to each item on the line.
In the cart, the line item should still show the total discount applied to that line, meaning the per unit amount times quantity. That part is important because it keeps the cart total understandable at a glance.
So you might enter $5 per unit, but you will see the line reflects a $15 discount when quantity is 3.
At checkout and on receipts
Checkout totals can obviously change for multi quantity lines. So receipts matter here.
Receipts continue to break out discounts the same way they do today, but because the discount is now per unit, you may see :
- Higher total discount amounts on lines with quantity greater than 1, compared to what your staff previously expected
- More consistent per item pricing when customers ask “how much was each one after discount?”
What to train staff on
This is the core training sentence :
If you intend a total discount for the whole line, you now need to enter the per unit discount amount.
Or said another way, staff has to mentally switch from “total off the line” to “off each unit”.
And again, discount codes are unchanged. So if your store relies on discount codes for most promotions, this may barely affect day to day operations. The biggest impact is for stores that frequently do custom fixed discounts on the fly.
Step by step : applying a custom fixed amount discount to a line item (now per item)
The flow is basically the same, but the meaning of the amount is different.
- Add product to cart in Shopify POS.
- Tap the line item.
- Tap Add discount (or the equivalent action on your POS layout).
- Choose Custom discount.
- Choose Fixed amount.
- Enter the amount per unit.
- Tap Apply.
Quick sanity check (do this once during training)
After applying the discount, increase the quantity and confirm the line discount scales :
- Apply $5 fixed amount custom discount to quantity 1
- Increase quantity to 2
- Confirm the line discount becomes $10
- Increase quantity to 3
- Confirm it becomes $15
Once staff sees it happen once, it usually clicks.
Practical tip : hitting a target total discount on a multi quantity line
If you want a target total discount across the line, do this :
Per unit discount = Target total discount ÷ Quantity
Example : you want $10 off a line with quantity 5.
- $10 ÷ 5 = $2
- Enter $2 as the fixed amount custom discount
- The line gets $10 off total
You will still want to think about rounding for awkward totals, like $10 off 3 units. That becomes $3.33 per unit with a leftover penny. Decide a store policy for that, or just let the staff choose a clean number and explain it.
Permissions and governance
Not every staff member should be able to apply arbitrary discounts. This change is a good excuse to double check your permissions.
Make sure the staff roles that can apply custom discounts are intentional, and that your store has a simple policy like :
- When to use discount codes vs custom discounts
- Maximum allowed custom discount per unit without manager approval
- What to do when a customer requests “$ off the whole line” and the quantity is more than 1

Impact on other Shopify surfaces : Shopify admin and Draft orders
A helpful way to frame this is : Shopify POS is now aligning with how per item discounting is typically represented elsewhere.
Scope : POS behavior for custom fixed amount line item discounts
This behavior change is specific to Shopify POS and the custom discount amounts on line items that staff enter.
When orders sync back into Shopify admin, you should still review how the discount shows up in :
- The order’s discounts summary
- Line item discount breakdown
- Reporting totals for discounts on POS sales
The main thing you are looking for is consistency. If staff used to enter $5 thinking “$5 off the line”, those historical orders will look different from new orders going forward for quantity greater than 1.
Draft orders
Draft orders and Shopify admin already tend to think in per item terms for line item discounts, and that is part of the point here : it makes per item pricing easier to explain, and more consistent across surfaces.
Still, if your team uses Draft orders for invoicing or phone orders, align on language internally :
- “$X off each” means per unit.
- “$X off the line” means total, and someone needs to convert it to per unit if you are applying it as a fixed amount line item discount in POS.
Quick audit suggestion
After updating to POS 11.5, pull a handful of recent POS orders where quantity is greater than 1 and confirm :
- The intended discount matches the recorded discount
- The receipt math matches what customers saw
- Your staff did not accidentally over discount multi quantity lines during the first few days
What this means for apps : third party POS, wholesale, and loyalty tools
Discount behavior changes can be messy when apps are involved, because apps sometimes assume one meaning for a number.
Why third party tools might be affected
Any third party POS app, wholesale tool, or loyalty tool that sets line item discounts programmatically might have been built with the assumption that a fixed amount represented the total line discount.
If that app (or its Shopify POS extension) starts using the new per item allocation, you could see unexpected results if the integration does not adjust.
Common symptoms
If something is off, you will usually notice it as one of these :
- Discounts doubling or tripling when quantity is increased
- Receipt totals that do not match what staff expected to redeem
- Loyalty redemptions applying more value than intended on multi quantity lines
What to do as a merchant
- Check with your app vendor for Shopify POS 11.5 notes or compatibility guidance.
- Run a test transaction on a staff device before rolling out updates broadly.
- Test with quantity 1 and quantity 3 for the same item, because that is where the “per unit” meaning shows up immediately.
Also, discount codes are unchanged. So apps that rely only on discount codes might not be impacted at all. The risk is mainly for apps that set fixed amount line item discounts.
Developer notes : API changes and what to update (API version 2026-07)
Merchants feel this change in POS 11.5. Developers need to care about the API timeline too.
The headline for developers
Starting with API version 2026-07, custom discount amounts on line items set via API will be treated as per item values in Shopify POS contexts.
If your extension calls :
setLineItemDiscountbulkSetLineItemDiscounts
and you pass a FixedAmount, you need to make sure the value you send represents the per unit discount, not the total for the line.
What to change in integrations
If your app previously calculated a total line discount and sent that value directly, you will need to convert it :
- Old assumption : FixedAmount = total discount for the line
- New expectation : FixedAmount = discount per unit
So if you want to discount $10 across a line of quantity 5, your API call should send $2, not $10.
And yes, you need to deal with rounding. Decide whether you :
- Round to the nearest cent per unit
- Or adjust one unit to absorb the rounding remainder, if your system supports it
Regression test plan (do not skip this)
At minimum :
- Quantity 1 vs quantity N for the same product and discount
- Refunds and partial refunds
- Receipt and cart display verification in POS
- Exchanges, if your workflow applies discounts to the replacement items
Compatibility note
If you maintain an integration used by many merchants, document this clearly :
- Mention it in release notes
- Consider a feature flag or configuration option for merchants migrating between API versions
- Make it obvious whether the number you accept in your app UI is per line or per unit

How to avoid pricing mistakes : practical scenarios and quick calculations
This is where the change is either really helpful or really painful, depending on whether people know what is happening.
Scenario 1 : “$10 off this line” on quantity 5
You want the customer to get $10 off total, not $10 off each.
- Quantity : 5
- Target total discount : $10
- Per unit discount to enter : $10 ÷ 5 = $2
Enter $2 as the fixed amount custom discount.
Scenario 2 : “$3 off each unit”
This is the easy one now.
- Quantity : any
- Enter : $3
- Shopify POS applies $3 per unit automatically
This is honestly where the update feels nicest. Less mental math, clearer explanation at the counter.
Scenario 3 : partial returns and exchanges
Per item discounting can make returns more consistent because the discount follows each unit.
Example : customer buys 3 items discounted $5 per unit. They return 1 item later.
- That returned unit carries its $5 discount naturally.
- You are not trying to untangle “a $15 discount that was applied to the line, how much should I attribute to this one returned unit?”
This can reduce arguments and confusion, especially on multi item gifts or split returns.
Quick checklist for store managers
- Update staff training : “fixed amount custom discounts are per unit”
- Test your most common multi quantity situations (bundles, 2 for deals, bulk buys)
- Verify receipt messaging and line discount display matches expectations
- Monitor the first week of orders with quantity greater than 1 for accidental over discounting
Wrap up : what to check after updating to Shopify POS 11.5
The key change is simple :
Fixed amount custom discounts on line items in Shopify POS now apply per item.
Two tracks to act on :
- Merchants and operators : train staff, run a couple test carts, review receipts, and sanity check synced orders in Shopify admin.
- Developers : on API version 2026-07 and later, update
setLineItemDiscountandbulkSetLineItemDiscountsusage soFixedAmountvalues are per unit, then regression test quantities, refunds, and receipts.
Next step that takes five minutes and prevents most mistakes : run 2 to 3 real world test carts with quantity greater than 1 and confirm the discount totals, checkout totals, and Shopify admin order records look right before you consider the rollout “done”.
Conclusion
If you remember one thing, make it this : in Shopify POS 11.5, a fixed amount custom discount you apply to a line item is now the amount per unit.
It makes per item pricing easier to explain, and it lines up better with how discounting is understood in other Shopify surfaces. But it also means the same number your staff used to type can now discount a lot more than intended when quantity is involved.
Train it once, test it twice, and you will be fine.
FAQs (Frequently Asked Questions)
What is the main change in Shopify POS 11.5 regarding fixed amount custom discounts on line items ?
In Shopify POS 11.5, a fixed amount custom discount applied to a line item is now treated as a per item discount rather than a one-time discount across the entire line. This means the discount amount you enter applies to each unit in the quantity, multiplying the total discount accordingly.
How did fixed amount custom discounts work before Shopify POS 11.5 ?
Before Shopify POS 11.5, a fixed amount custom discount on a line item reduced the total line by the entered amount regardless of quantity. For example, entering $5 would reduce the entire line by $5 even if there were multiple units.
What aspects of discounts in Shopify POS remained unchanged in version 11.5 ?
Percentage custom discounts continue to behave as before, and discount codes (scanning, entering, applying) remain unchanged. The update only affects fixed amount custom discounts on line items within Shopify POS.
How should staff adjust their approach to applying fixed amount custom discounts after this update ?
Staff need to shift from thinking about "total off the line" discounts to "off each unit." If they want a specific total discount for a multi-quantity line, they must calculate and enter the per unit discount by dividing the target total discount by the quantity.
Where will I notice changes in Shopify POS due to this update ?
Changes will be visible in cart lines where the 'Add custom discount' screen now labels the amount as 'Amount per unit.' Cart totals at checkout and receipt line math will reflect higher total discounts on multi-quantity lines because discounts multiply per unit.
What are some important scenarios to verify in-store following this change ?
It's important to check mixed quantity lines especially when quantities are adjusted after applying discounts, returns and exchanges to ensure correct discount allocation per unit, and staff habits around applying fixed amount discounts to avoid unexpected totals.


