TransactionAmounts
- finalType: string · Final Transaction AmountFormat: decimal nullable
_transaction _amount Total value of the transaction after all discounts. If is_tax_inclusive=false, tax is added on top; if true, this already includes tax.
- nonType: string · Non Taxable AmountFormat: decimal nullable
_taxable _amount Portion of total_items_amount for items classified as non-taxable
- tangibleType: string · Tangible Items AmountFormat: decimal nullable
_items _amount Portion of total_items_amount attributable to tangible items only
- taxableType: string · Taxable Items AmountFormat: decimal nullable
_items _amount Portion of total_items_amount attributable to taxable items only
- totalType: string · Total DiscountFormat: decimal nullable
_discount Aggregate of all item-level discounts across all line items
- totalType: string · Total Items AmountFormat: decimal nullable
_items _amount Sum of all line item total_price_after_discounts (after per-item discounts, before transaction-level discount)
- transactionType: string · Transaction Level DiscountFormat: decimal nullable
_level _discount Transaction-wide discount that was distributed pro-rata across line items