我正在尝试按类别限制Google购物请求(在这种情况下,我只想要返回实际的电影/ DVD /蓝光)..
这是我要传递的内容:
https://www.googleapis.com/shopping/search/v1/public/products?country=US&q=Terminator&key=MY_KEY
MY_KEY是我从https://code.google.com/apis/console/#project:396093783634:access
获得的钥匙我希望我的返回结果看起来更像这样:
我需要传递什么作为参数?
答案 0 :(得分:2)
从https://developers.google.com/shopping-search/v1/reference-request-parameters看起来您可以指定:
restrictBy =类别=类别名称
但categoryName必须来自提供的分类,如果您正在访问Commerce Search而不是公共产品列表,则只能提供分类。 Google购物本身可能内置了默认分类法,但API的文档表明API用户无法使用该分类法。
所以:这不受支持。
修改: discussion thread where Google engineers confirm it's not presently supported