We are building an application that will create an order inside Clover for delivery or take-out orders. We will probably offer notification to the merchant via text or email, but I think it would be most appropriate to automatically print the order in the kitchen.
I can find no configuration that allows the merchant to configure orders to automatically print when opened on a certain printer, although I am not sure if it is not there.
Does this mean that I need to use the API to print the order? I can see where I can get a list of printers from the Merchant object. So I could allow the merchant to select the printer they want to use for order notification, but I do not see how I would tell the printer to print the order.
I would appreciate a recommendation on this. Thank you.