我正在亚马逊API集成工作。我也发送请求和获得响应。但我需要按颜色排序/过滤。我正在使用此代码获得响应值。
$request = aws_signed_request('com', array(
'Operation' => 'ItemSearch',
'Keywords' => $keywords,
"SearchIndex" => $search_index,
"MaximumPrice" => $highprice,
"MinimumPrice" => $lowprice,
"Color" => $color,
"Count" => '24',"Brand" => $brand,
"MerchantId" => $MerchantId,
'ResponseGroup' => 'Large,EditorialReview'), $public_key, $private_key, $associate_tag);
在那个编码中,我需要在亚马逊产品中按颜色过滤。怎么可能呢?请给我建议。
1条答案
按热度按时间ttp71kqs1#
根据AWS docs,当前不支持按颜色排序
编辑:filtering by color也不是