我可以通过api检索产品的FBA卖家数量吗?
用户可以输入产品名称,通过amazon api,我们必须检索该产品的FBA数量。如果是,可以参考文档链接
如果您需要更多说明,请与我们联系......
答案 0 :(得分: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
您可以在此处下载几个示例库:
您将获得的部分答案是(在GetCompetitivePricingForASIN中):
<NumberOfOfferListings>
<OfferListingCount condition="Any">11</OfferListingCount>
<OfferListingCount condition="Used">1</OfferListingCount>
<OfferListingCount condition="New">10</OfferListingCount>
</NumberOfOfferListings>
和GetLowestOfferListingsForASIN:
<FulfillmentChannel>Merchant</FulfillmentChannel>
然后,您可以简单地计算商家/亚马逊卖家的数量