这取决于您希望答案的完整程度。如果您正在寻找由 Best Buy 提供的三星 Galaxy S III,请使用:
http : //api.remix.bestbuy.com/v1/products(name=%22Galaxy%20S%20III *%22&categoryPath.id=abcat0800000&categoryPath.id! =abcat0811002)?apiKey=YourAPIKey&show=sku,name,salePrice
如果您想包含市场三星 Galaxy S III,请使用:
http : //api.remix.bestbuy.com/v1/products(name=%22Galaxy%20S%20III %22&categoryPath.id=abcat0800000&categoryPath.id!=abcat0811002&marketplace= ) ?apiKey=YourAPIKey&show=sku,name,salePrice,marketplace&pageSize=100
对于查询,我使用通配符搜索了 Galaxy S III 的名称字段。然后我将这些结果过滤为只是手机。第二个查询打开了搜索,还包括 Marketplace 项目。