Order

An order resource is an entity containing all order information needed.

Structure

M = Mandatory, O = Optional, R = Read-Only

Parameter M O R Description Possible values
currency Currency of the order. Currency
items  ✓ Order items. Array of order items
totalPriceExcludingTax Total price of the order (excluding taxes). Decimal number (2 decimals)
totalPriceIncludingTax Total price of the order (including taxes). Decimal number (2 decimals)
totalFeeExcludingTax Total fee of the order (excluding taxes). Decimal number (2 decimals)
totalFeeIncludingTax Total fee of the order (including taxes). Decimal number (2 decimals)
totalTaxAmount Total taxes of the order Decimal number (2 decimals)
totalCreditedAmount Total credited amount of the order Decimal number (2 decimals)