2014-11-04 62 views
0

我可以通過api檢索產品的FBA賣家數嗎?從亞馬遜(api)檢索fba賣家

用戶可以輸入產品名稱,通過amazon api我們必須檢索該產品的FBA數量。如果是的話比你能引用文檔鏈接

請讓我知道如果你需要更多的描述...

回答

0

下面是文檔:

http://docs.developer.amazonservices.com/en_US/products/Products_GetCompetitivePricingForASIN.html

http://docs.developer.amazonservices.com/en_US/products/Products_GetLowestOfferListingsForASIN.html

操作你需要運行的叫做GetCompetitivePricingForASIN和/或GetLowestOfferListingsForASIN

,您可以在這裏下載幾個例子庫:

https://developer.amazonservices.com/gp/mws/api.html/185-9907857-4122940?ie=UTF8&group=products&section=products&version=latest

你會得到響應的一部分(在GetCompetitivePricingForASIN):

<NumberOfOfferListings> 
    <OfferListingCount condition="Any">11</OfferListingCount> 
    <OfferListingCount condition="Used">1</OfferListingCount> 
    <OfferListingCount condition="New">10</OfferListingCount> 
</NumberOfOfferListings> 

和GetLowestOfferListingsForASIN:

<FulfillmentChannel>Merchant</FulfillmentChannel> 

然後您可以簡單地計算商家/亞馬遜賣家的數量