Order History via the API

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
ntnsapre
Posts: 21
Joined: 16 Jan 2018, 20:31

Order History via the API

Post by ntnsapre » 23 Feb 2018, 07:18

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.

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Order History via the API

Post by aimeos » 23 Feb 2018, 23:11

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

ntnsapre
Posts: 21
Joined: 16 Jan 2018, 20:31

Re: Order History via the API

Post by ntnsapre » 24 Feb 2018, 13:38

All right, thank you!

Post Reply