09-19-2024 11:58 PM
I can check the Fund status in the Seller Page under the All orders > Order details menu.
Among the items in the "What your buyer paid" section, the Item subtotal, shipping, sales tax, and Order total appear to correspond to the Subtotal, ShippingServiceCost, TaxAmount, and Total fields, respectively.
However, for the "What you earned" section, I am unable to find the values for Selling costs (transaction fee) and Order earnings in the API response.
Are these values not supported by the API?
10-10-2024 10:41 AM
Hi @soo-1717,
You can utilize the Fulfillment API's getOrders call to retrieve order details such as pricing, payments, shipping costs, applied taxes, and fees,
To get the detailed information of the monetary transactions associated with an order, you can use the Finance API getTransactions call.