Hi there,
We are having problems with retrieving the buyer information (address, buyer name) using the GetOrders API. We pull data using this API for many different eBay accounts each month (we handle clients' VAT obligations), and in previous months it has worked fine.
API:
https://api.ebay.com/sell/fulfillment/v1/order
Here is some JSON we are receiving from the request:
"shipTo": {
"contactAddress": {}, "primaryPhone": {}, "email": "REDACTED" },
As can be seen, "contactAddress" is empty which is where we retrieve the buyer's information.
Any help appreciated,
Thanks,
Jake