question

demskigroup avatar image
demskigroup asked sam Deactivated commented

API Getting Orders From Incorrect Date

I am having an issues where the rest api is returning orders from a date that's incorrect. We are using the clientcreatedtime and when we put in a date range for some reason the last 5 orders are returning with a date from previous date. This is not happening on sandbox only on production, any ideas?

Here is the code for getting the orders with date range: http://pastebin.com/86pCXLuk and the actual api execution: http://pastebin.com/mtBu8L48

OrdersSandbox
3 comments
10 |2000

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

sam avatar image sam commented ·

Hi, I couldn't reproduce this issue: https://api.clover.com:443/v3/merchants/{merch_id}/orders?filter=clientCreatedTime<1478908762000&filter=clientCreatedTime>1478195688000

Are you using UNIX time in seconds or milliseconds? Clover uses the latter.

0 Likes 0 ·
demskigroup avatar image demskigroup commented ·

We are using in milliseconds and it is only happening on production with one of our products. All the others are fine.

0 Likes 0 ·
sam avatar image sam commented ·

I skimmed through your code and can't find anything blatant. Have you tried using a REST client like Postman for the query? Can you post what an example query url looks like?

0 Likes 0 ·

0 Answers

Welcome to the
Clover Developer Community