Hello,
I am trying to clear a customer that was attached to an order. I am calling the following code but it does not seem to be working.
Order currentOrder = orderConnector.getOrder(ordeId);
currentOrder.clearCustomers();
orderConnector.updateOrder(currentOrder);
Can you please help.