Hi,
I am implementing Dynamicweb AIP for mobile. When a customer adds an item to cart from website then sync to mobile application.
In this case the OrderLines are not included before checkout step. I am retrieving order with below functions.
1. Dynamicweb.Ecommerce.Orders.OrderService().GetOrder(orderId)
2. Dynamicweb.Ecommerce.Orders.Order.GetOrderById(orderId);
How can I retrieve to include OrderLines.
Regards,
Zayar Minn