Posted on 04/07/2023 12:37:36
Hi Nuno,
Thank you for the suggestions. The solution is an old Rapido with its fair share of customizations.
I was thinking more along the lines of the API rather than a front-end call.
I have found GetCustomerOrdersByType(Int32, String, OrderType, Int32, Boolean, String, DateTime, Boolean, Boolean) that could get me a list of POrders and I could eventually go over them and find the Products. But that seems like a complication. I was hoping there could be a better way to get all ordered products of a User or check if a product is in an order of a User.
On a separate note, I am interested to see your Swift components. It won't be very long until I will need something like that :)
Thank you,
Adrian