Feature request from johngrogg, posted on GitHub Jul 21, 2015
Are there any plans to add access to Orders when authenticated by a customer? Perhaps on something like GET /V1/orders/mine
, similar to GET /V1/carts/mine
?
That seems to be one of the few remaining missing end-points for the purposes of a full shopping experience (you can already manage account info through GET /V1/customers/me
, but you can't access order data currently).