从亚马逊(api)检索fba卖家

时间:2014-11-04 19:23:11

标签: php web-services amazon-web-services amazon

我可以通过api检索产品的FBA卖家数量吗?

用户可以输入产品名称,通过amazon api,我们必须检索该产品的FBA数量。如果是,可以参考文档链接

如果您需要更多说明,请与我们联系......

1 个答案:

答案 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

您可以在此处下载几个示例库:

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>

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