So, I have this web ordering software called Munch (REST API json) and my client wants to have the web orders (delivery / pickup) from that service sent to the restaurant POS. I have built an integration using the Clover REST API v3 (node.js) that submits the order to the dev platform merchant, and it works, but I'm not seeing any means of how the Clover POS will recognize orders' objects (line items)...
So, I'm wondering (and my question is), how does the POS recognize the items in these orders for sales, taxes, inventory, etc purposes? (Or is this API only for "semi-Integration", whereas just a 'ghost' order is sent down, and the only thing Clover recognizes is that "it's an order", and the raw total / tax amounts?)
Thanks in advance.