Etsy API,包括部分列表中的图像

Etsy API, including images in a section listing

到目前为止,我已经能够通过此 url:

过滤调用以仅获取某个部分内的产品

https://openapi.etsy.com/v2/shops/FOO-USER/sections/21162893.js?callback=JSONP_CALLBACK&api_key=BAR-KEY&includes=Listings(price,title,shop_section_id,description,state,item_width,item_height)&fields=title

问题是 Etsy api 不接受 ShopSection 的图像关联: https://www.etsy.com/developers/documentation/reference/shopsection#section_associations

那么如何在一个部分中列出带有缩略图的产品?

红利问题:对于 item_height 和 item_width,Etsy 总是 returns null 即使产品实际上有高度和宽度,这是一个错误吗?

找到解决方案,原来你可以为 url 中的图像添加二级列表: https://openapi.etsy.com/v2/shops/FOO-USER/sections/21162893.js?callback=JSONP_CALLBACK&api_key=BAR-KEY&includes=Listings(price,title,shop_section_id,description,state,item_width,item_height)/Images(url_570xN)&fields=title