I am trying to run a report on voided/deleted line items through this api end point
https://api.clover.com/v3/merchants/XXXXXXX/voided_line_items?access_token=XXXXXX
Here is the response
{
"message": "Account not found"
}
What am i missing ?
I am able to execute other api end points using the same merchant id and access token. I am not sure why it says "Account not found" for this end point
I tried the sandbox environment too and its the same result.