How to track paused sale lines at lightspeed.

in Development
We are trying to pull sale lines from lightspeed to woocommerce website. Inorder to handle below mentioned scenario, how can I track paused sale lines at lightspeed. Please advise.
Lightspeed has a feature at the cash register under a status called " in progress" that allows the sales clerk to go back to the listed items scanned from another customer in case the sale was paused for some reason.
1 comment
Hey @renjithmb,
You make an API request to find all sales that are not completed. This will include active sales as well however.
The request url will be:
https://api.lightspeedapp.com/API/Account/{{accountID}}/Sale.json?completed=false
Adrian Samuel
Software Developer
Lightspeed HQ