findAllActiveListingsByShop to include images #1032
Topazjames
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Yes, we need this too! Crazy having to make two separate calls only to get exact same data + images the second time. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be useful for the findAllActiveListingsByShop endpoint to include images, like how you can on getListingsByShop.
on a website I'm building, I'm having to do 2 separate API calls - one to get all the featured listings, I then can get a list of listing ID's, and can then do a call to the getListingsByListingIds to get the exact same data but this time with images attached.
Beta Was this translation helpful? Give feedback.
All reactions