Hi there,
I would like to get all orders in eCommerce so i can iterate through them.
Is this possible?
I would like something like this:
Dynamicweb.eCommerce.Orders.OrderCollection allOrders = Dynamicweb.eCommerce.Orders.Order.getAllOrders();
Afterwards I would iterate through them, to create a CSV file with order-data.