We are using the REST v3/merchants/{mId}/orders/{orderId} endpoint to read information about an order. For online orders (UberEats, DoorDash) we would like to get the online order details: source (DoorDash, UberEats, etc) and who is the order for.
Is there an expand field that can provide this information? We tried using expand=onlineOrder but that didn't work. Our current expand:
https://api.clover.com/v3/merchants/${mid}/orders/${orderId}?expand=onlineOrder,lineItems,customers
customers comes back as empty for the online orders.
For Kiosk, Clover Online and many other sources of orders we get customer info, but not for the integrations with UberEats and DoorDash. This information does show in the POS under Online Order Details.