Skip to main content

This type defines a summarized view of earnings information derived from one order. It defines fields that provides a summarized view of earnings information derived from one order including aggregated financial values for gross amount, expenses, earnings, and refunds.

Type that uses EarningsSummary

OrderEarning

Calls that use EarningsSummary

Fields

Field
Type
Description
expenses
This container provides the total expenses associated with an order, including:
  • Fees and fee credits (transaction fees, other fees, and ad fees)
  • Shipping labels
  • Donations
It is used by both the getOrderEarnings and getOrderEarningsById methods.

Note: Expenses are always in the seller's payout currency. Conversion-related fields (such as exchangeRate or converted from/to fields) in this container do not apply to the order_earnings resource.

grossAmount
This container shows the gross amount before any eBay deductions. This amount includes the item subtotal, buyer-paid shipping and handling, and seller-collected tax paid by the buyer.

Note: This amount does not include any taxes or fees that eBay collects from the buyer.

Note: Gross amount is always in the seller's payout currency. Conversion-related fields (such as exchangeRate or converted from/to fields) in this container do not apply to the order_earnings resource.

orderEarnings
This container shows your earnings after deducting expenses and any refunds from your gross amount.

Note: Order earnings are always in the seller's payout currency. Conversion-related fields (such as exchangeRate or converted from/to fields) in this container do not apply to the order_earnings resource.

refunds
This container includes refunds for returns, cases, cancellations, requests, and disputes. It does not include fee credits.

Note: Refunds are always in the seller's payout currency. Conversion-related fields (such as exchangeRate or converted from/to fields) in this container do not apply to the order_earnings resource.