getOrders primaryPhone is usually populated and works great, but I found on one shipping to Canada using global shipping, it is blank via api. When I go to the eBay site and look at the order details, I get a phone number for the "Purchase Details" and an entirely different phone number showing in "Shipping Details", fully populated.
Any one know how to get those two phone numbers via api?
I use vba and the following to get the phone number:
For X = 1 to 10
Json("orders")(X)("fulfillmentStartInstructions")(1)("shippingStep")("shipTo")("primaryPhone")("phoneNumber")
Next X