04-13-2023 05:07 AM - edited 04-13-2023 05:07 AM
Hi,
I'm trying to look at getOrder API and getPayout API.
But I can't seem to figure out how to link which payout contains which orders?
e.g.
Orders 1
Orders 2
Orders 3
Orders 4
Orders 5
Orders 6
Payout A
Payout B
I want to know which orders are part of payout A
Which orders are part of payout B..
Any suggestions?
Thanks
Zubair
04-13-2023 11:33 AM
I haven't used it but it looks like this might help:
https://developer.ebay.com/api-docs/sell/finances/resources/transaction/methods/getTransactions
You would have to build something that collects data from all 3 calls and cross reference them.