docs: document tax-inclusive promotions concept (#12849)

This commit is contained in:
Shahed Nasser
2025-06-27 19:05:24 +03:00
committed by GitHub
parent 0bcde275bc
commit 1e16fa6f57
10 changed files with 353 additions and 25 deletions
@@ -29,6 +29,7 @@ export interface AddItemAdjustmentAction {
amount: number
code: string
description?: string
is_tax_inclusive?: boolean
}
```