Dear Prestashop/community
I wanted to get a list of all orders using GET /api/orders
but I get the following error (500 Internal server error)
Same issue when trying to retrieve the order_details GET /api/order_details
I do however get a list of all customers when using GET /api/customers
Getting a single record from order / customer / order_details is working just fine (GET /api/orders/1 /api/customers/1 /api/order_details/1 )
The customer is using version 1.7.6.7
Any workarounds available to get a list of all order_ids ?
I could use the order_histories ,this gives me all order histories ids with references to order_ids
But I don't know if an order always has an orders_histories record
Kind regards,
Chester van Ree