TransactionAmounts

  • final_transaction_amount
    Type: string · Final Transaction AmountFormat: decimal nullable

    Total value of the transaction after all discounts. If is_tax_inclusive=false, tax is added on top; if true, this already includes tax.

  • non_taxable_amount
    Type: string · Non Taxable AmountFormat: decimal nullable

    Portion of total_items_amount for items classified as non-taxable

  • tangible_items_amount
    Type: string · Tangible Items AmountFormat: decimal nullable

    Portion of total_items_amount attributable to tangible items only

  • taxable_items_amount
    Type: string · Taxable Items AmountFormat: decimal nullable

    Portion of total_items_amount attributable to taxable items only

  • total_discount
    Type: string · Total DiscountFormat: decimal nullable

    Aggregate of all item-level discounts across all line items

  • total_items_amount
    Type: string · Total Items AmountFormat: decimal nullable

    Sum of all line item total_price_after_discounts (after per-item discounts, before transaction-level discount)

  • transaction_level_discount
    Type: string · Transaction Level DiscountFormat: decimal nullable

    Transaction-wide discount that was distributed pro-rata across line items