Hi All,
I'm not able to pull all the items from the orders API or the items API.
I can see sales on my Clover Dashboard but when searching the APIs from this item there doesnt seem to be any trace of it looking at the menu items or the orders from the last month.
Checking the screent shot I get data for the top 2 Truly products but nothing in the API for the remaining 3
Any help would be appreciated.
The 2 calls I am making are
https://api.clover.com/v3/merchants/K1H1QDMHENBA1/orders?filter=modifiedTime%3E1690886071000&limit=1000&offset=0&expand=lineItems
I get back 7000 items but searching for the item name "Truly" only shows me the results for 2 items not the other 3
https://api.clover.com/v3/merchants/K1H1QDMHENBA1/items?limit=1000&offset=0
https://api.clover.com/v3/merchants/K1H1QDMHENBA1/items?filter=name+LIKE%25truly%25
Doesnt incude these missing item either.
Thanks Graeme