2014-07-16 57 views
0

我使用asin來查找亞馬遜物品的價格。我可以得到清單價格和最低的新價格,但我找不到物品enter image description here的實際價格。有誰知道我在哪裏可以找到這個信息。使用Asin寶石獲取亞馬遜價格及運輸

我想要綠色的價格,我現在可以得到紅色的價格。

當我使用此代碼:

item.first["item_attributes"] 

我得到這個:

"item_part_number" => "kah01001", 
        "label" => "Kahootz", 
      "legal_disclaimer" => "Small parts are chocking hazards for young childeren  under 4.", 
       "list_price" => { 
      "amount" => "2499", 
     "currency_code" => "USD", 
    "formatted_price" => "$24.99" 
    }, 

這是目前的價格清單,這是劃掉。

回答

0

你必須創建一個大車。

購物= client.create_cart({:ASIN => '1430218150',:量=> 1})

然後檢查車內部的價格。