Replies: 1 comment 6 replies
-
If you remove /active you're actually calling a different endpoint (which also has different auth requirements): https://developer.etsy.com/documentation/reference/#operation/getListingsByShop However, to the point of findAllActiveListingsByShop not working for you I've just tested and it is working fine for me with just my API key, I'm happy to test again if you let me know what shopID isn't working for you. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
findAllActiveListingsByShop api not working after migrate from v2 to v3 , it return status 200, but the response is {count: 0, result:[]} while I have an active products on my store. if we remove /active it is working same as should work with /active
Beta Was this translation helpful? Give feedback.
All reactions