09-04-2024 07:00 AM
{
contactAddress: {},
primaryPhone: {},
email: 'some-random-string@members.ebay.com'
}
According to the api docs the contactAddress is never supposed to be an empty object.
When I log in to eBay and actually look at the order, however, the shipping address is there. Subsequent api calls will also contain the contactAddress, leading me to believe that there is an intermittent error on eBay's side with retrieving the address information. Has anyone else experienced this? Is there anything eBay can do to take a look?
Thanks