2014-11-04 112 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> 

然后您可以简单地计算商家/亚马逊卖家的数量