Price Components Object

Example Price Components Object
{
  "converted_payment_total": 1999,
  "currency": "USD",
  "payment_currency": "USD",
  "shipping": 0,
  "subtotal": 1999,
  "tax": 0,
  "total": 1999
}

Attributes

AttributeTypeDescription
shippingNumberThe price for shipping
productsArrayA list of the price, quantity, and seller_id for each product_id in the order
subtotalNumberThe total price of the order before tax and other price adjustments
taxNumberThe tax collected on the order
totalNumberThe total price paid for the order in the currency specify by the currency attribute
gift_certificateNumber(Optional) The amount of value used on a gift certificate placed on the account
currencyStringCurrency of all attributes except converted_payment_total
payment_currencyStringCurrency used in the payment transaction
converted_payment_totalNumberTotal payment in payment_currency currency