Hi all,
My name is Corey and I’m a current Etsy engineer and former Etsy API app developer. I wanted to give you a heads up that on the heels of launching Etsy in French and German we’re planning on opening up access to this platform via our public API.
Besides letting you all know that translation editing/viewing is coming in the near future, I also wanted to ask if there’s any specific data/functionality you’d like access to in relation to our listing translations.
We’re looking forward to seeing what our developer community does with this new section of our API!
Thanks,
Corey
Thanks for your thoughts Graeme. On the note of rate limiting, and ease-of-use for that matter, I think it would really help to expose the translations as associations.
For example, to pull english listings with translations you could do something like:
GET /shops/:shop_id/listings/active?language=en&includes=Translations
GET /shops/:shop_id/listings/active?language=en&includes=Translations(de)
GET /shops/:shop_id/listings/draft?language=en&includes=Translations(de,fr)
If you flip it to wanting german listings (which would have possible bleedthrough to english) and then just the english content you could do:
GET /shops/:shop_id/listings/expired?language=de&includes=Translations(en)
Would accessing translations like this make sense in your application?
Thanks,
Corey
To unsubscribe from this group, send email to etsy-api-v2+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/etsy-api-v2/-/INXfC5L3QvoJ.
To post to this group, send email to etsy-...@googlegroups.com.
To unsubscribe from this group, send email to etsy-api-v2...@googlegroups.com.