Hello,
Currently, we are facing an issue while we are placing an order with Clover's Customer application, and when we are retrieving the Customer from the "OrderConnector.getOrder(orderId) " method,
It returns two objects for the same customer with different "id" fields. It's hard to know which customer id is actually the correct one and why we are getting 2 customer objects in the response.
We are getting customers attached with Order this way,
order = orderConnector.getOrder(OrderId); customerId = order.getCustomers().get(0).getId();
We are attaching a reference response file here. Please find the attachment.
Thank you,
MYBMR