eBay listing fees - how are they reported and pulled through the SureDone open API?
We need to pull through eBay (and other marketplace) listing fees for each order into SureDone, in order that such data can then be pulled through the open API by other parties.
We understand that this functionality is available in SureDone. As such, how can we run reports on the listing fees and how are the fee data pulled through using the open API?
Thanks in advance for any guidance.
Hi Tom,
Each SureDone order (for at least eBay and Amazon) will include an object for each order item that includes available listing fees in:
order.details.itemfee
You may also find additional fees for eBay in the order.details object.
SureDone now offers a Reporting module that includes a per order profit margin report that includes these fees:
https://app.suredone.com/reports/per-order-profit-margins
Let us know if you need further guidance!
Hi
Thank you for the reply.
Could we ask you to provide a set of developer/user instructions please on how to make the API call for this specific information i.e.:
order.details.itemfee
order.details object..
Many thanks
Hello,
Please log in to your SureDone account with a user that has permission to view API credentials here:
https://app.suredone.com/settings/organization/security
Here are the docs for the V3 API:
https://www.suredone.com/guides/apiv3/#/reference/orders-requests/get-orders
The data model is described here:
https://www.suredone.com/guides/apiv3/#/reference/orders-requests