[API v3 PRODUCTION BUG] findAllActiveListingsByShop sort_on "updated" is not working #778
Unanswered
adelobosko
asked this question in
Q&A
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.
Uh oh!
There was an error while loading. Please reload this page.
-
findAllActiveListingsByShop endpoint has problems.
sort_on updated is not working, result is sorts by created
GET https://openapi.etsy.com/v3/application/shops/35757357/listings/active?limit=25&offset=0&sort_on=updated&sort_order=desc
Response:
Same with &keywords=Liquida
GET https://openapi.etsy.com/v3/application/shops/35757357/listings/active?limit=25&offset=0&sort_on=updated&sort_order=desc&keywords=Liquida
Response:
Beta Was this translation helpful? Give feedback.
All reactions