标签: jsonp etsy
到目前为止,我已经能够过滤通话,只能使用此网址获取某个部分内的产品:
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
那么如何在一个部分中列出带有缩略图的产品呢?
奖金问题:即使产品实际上有高度和宽度,Etsy也总是为item_height和item_width返回null,这是一个错误吗?
答案 0 :(得分:0)
找到解决方案,结果你只需为网址中的图片添加第二级列表: 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