AddItemAdjustmentAction
This action indicates that an adjustment must be made to an item. For example, removing $5 off its amount.
action
"addItemAdjustment"The type of action.
item_id
stringThe associated item's ID.
amount
BigNumberInputThe amount to remove off the item's total.
amount
BigNumberInputcode
string/**
- The promotion's code.
is_tax_inclusive
booleanOptionalWhether the adjustment amount includes tax.
description
stringOptionalThe promotion's description.
Was this page helpful?