Add Buyer User Name to Reviews Endpoints #1571
tomascordero
started this conversation in
Ideas
Replies: 0 comments
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.
-
Im working on an integration that I'd like to fetch a shops reviews for. While I'm able to get most the data I need for the reviews, I cant get the reviewers name. At least not without creating some kind of N+1 situation. Since we get back the
buyer_user_idI can query the user with the getUser endpoint but for shops that have 600+ reviews that's an issue since I'd have to hit/user/<id>with every review.Id like to see something like
buyer_user_nameorbuyer_user_display. I wouldnt want the full name just first name last initial or even just a first name.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions