Search code examples
javascriptbackbone.jsetsy

Etsy API - how to link to seller shop page


Been reading the Etsy API documentation for a while and can't find it. Everything tells me to use 'shop_id' or something similar, but I don't have that as a property in my JSON. Is there a way to add the property, or another keyword?

Attempted url is https://www.etsy.com/shop/[shop_id]

Of course, shop_id doesn't work here because I don't have access to it, but the documentation tells me (I think) that I should have it.

Thanks!

See Etsy documentation below:

https://www.etsy.com/developers/documentation/


Solution

  • I found the answer.

    You have to include "Shop" as a parameter when fetching the search request for the JSON. It's not included automatically. You'll get access to a variety of properties associated to the shop/seller after letting Etsy know you want that particular data.