Hi Support,
I am looking to build an integration to extract all orders from the POS.
Whats the best approach of getting all sales orders from a .Net core application?
1. Net Core Console application?(For the access token, can I just use the one from the dashboard)
2. Web-hooks, in real time.
3. IF I use the web-hooks, do you I get the entire order with the line items, when the order was created?
Do you have a sample JSON-payload when an order gets created?