Page 1 of 1

Order History via the API

Posted: 23 Feb 2018, 07:18
by ntnsapre
Is there a way to get the logged in user's order history via the JSON API? I can't see to find this via the methods available.

Re: Order History via the API

Posted: 23 Feb 2018, 23:11
by aimeos
You can use a GET request to the "order" endpoint to get the orders of the currently logged in customer:
https://aimeos.org/docs/Developers/Clie ... e_metadata

What you currently can't fetch using that endpoint are the order details.

Re: Order History via the API

Posted: 24 Feb 2018, 13:38
by ntnsapre
All right, thank you!