I am trying to update an open order as follow but it gives error 400 "Error creating orders extra":
POST https://api.clover.com/v3/merchants/merchant_id/orders/order_id
Body:
{"customers": [{"id": "existing_customer_id"}]}
Can someone guide me what I am doing wrong?
Thanks