1) my OAuth API token is working fine for CLOVER DEVELOPER APIS but not working for E-COMMERCE SERVICE API can you please suggest me what we need to do?
by using E-COMMERCE SERVICE API in want to create order refund.
it's giving me error: your OAuth token is incorrect or has expired
2) I have created void a line item and I want to get order line items that were recorded after a void so I am using below endpoint for it and it's giving me an error
ENDPOINT: https://sandbox.dev.clover.com/v3/merchants/mId/voided_line_items
ERROR: {
"message": "Please specify a time window for this query."
}
can you explain the meaning of this error and also can you please send me 1 request query for reference?