Replies: 1 comment
-
|
Thank you for reporting this issue. We can confirm that sorting by updated timestamp (
We'll update this issue with when the problem is resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
findAllListingsActiveendpoint allows for sorting on"updated"in"desc"order. However theupdated_timestampis not monotonically descreasing. This makes it hard to poll and follow updated listings as it's unclear how deep in pagination some 'unseen' listings might be.Steps to reproduce
Running this with Node.js...
... results in:
Expected Behavior
The returned listings should be in monotonically descending updated order as expected from the documentation.
Beta Was this translation helpful? Give feedback.
All reactions