I am entering new orders using the Platform REST API.
I have made sure to mark the state of the order as "open." The order does show up on the online portal. However the order is not showing up on the POS terminal.
I am using the "create atomic order" endpoint which does not have a "state" variable available so I use the "update order" endpoint to add the "open" state as well as a couple other items like associating the customer id and employee id.
Am I missing something?
Any help would be much appreciated!