question

neetak avatar image
neetak asked zgreathouse Deactivated commented

How to find deleted order in Clover?

We have an issue where the waiter has deleted some open orders. We want to know the deleted orders, how do we track them down?
Orders
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

zgreathouse avatar image
zgreathouse Deactivated answered zgreathouse Deactivated commented
You can use the fetch orders endpoint and filter by deletedTime to get deleted, open orders.

See our Orders API here:
https://docs.clover.com/clover-platform/reference#orders-1
1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

zgreathouse avatar image zgreathouse commented ·

Example Endpoint:

{targetUrl}/v3/merchants/{mId}/orders?filter=deletedTime>=1549353600000
0 Likes 0 ·

Welcome to the
Clover Developer Community