I’m trying to figure out what time zone the ListOrders API is returning for PurchaseDate
In Seller Central the date for an order is Wed, Dec 5, 2018, 5:39 PM PT But the API returns 2018-12-06T07:57:53.166Z
Any help would be greatly appreciated.
The Z in the time stamp means UTC. Not sure why the minute is not the same though.
PurchaseDate returns the same date that seller central reports, in UTC timezone. The two dates you list are not consistent with a normal order…
Use the scratchpad to double-check the raw response for ListOrders, and possibly try a different order to make sure you didn’t get some strange pending/recharge anomaly.