检测搜索索引Amazon product api项目搜索 - Node.js

时间:2017-05-16 18:28:19

标签: node.js amazon-web-services search amazon-product-api

我使用amazon产品api,当我调用itemSearch方法

client.itemSearch({
    searchIndex: 'All',
    itemPage : page,
    keywords: keywords,
    availability:'Available',
    domain: 'webservices.amazon.it',
    responseGroup: 'ItemAttributes,Offers,Images'
  }

它始终在主要类别中搜索。示例:如果我在亚马逊上搜索“iphone”,我会得到这些结果,这等于我的api通话结果

search on the main cateogory

但如果我搜索“iphone 6”亚马逊自动检测到它必须搜索“Elettronica:cellulari e accessori”(英文“电子智能手机和配件”)。

enter image description here

如何更改api调用的参数以自动检测正确的类别?

0 个答案:

没有答案