简体   繁体   English

Amazon MWS Api使用情况

[英]Amazon MWS Api usage

I am using " http://www.amazon.de/dp/ {ASIN}" to get product info. 我正在使用“ http://www.amazon.de/dp/ {ASIN}”来获取产品信息。 But after getting response it doesn't return product "SellerSKU" 但是在获得响应后,它不会返回产品“ SellerSKU”

Is there any way that I can get "SellerSKU" of a product specified by "ASIN"? 有什么方法可以获取“ ASIN”指定的产品的“ SellerSKU”?

I also had same situation. 我也有同样的情况。 And I found that there is only some limited way to get it. 我发现只有很少的方法可以得到它。

https://mws.amazonservices.com/FulfillmentInventory/2010-10-01?Action=ListInventorySupply https://mws.amazonservices.com/FulfillmentInventory/2010-10-01?Action=ListInventorySupply

ListInventorySupply api of Fulfillment Inventory lists returns information about the availability of a seller's inventory. “履行库存”列表的ListInventorySupply api返回有关卖方库存可用性的信息。

Request parameter includes SellerSKUs, QueryStartDateTime, MarketplaceId, ResponseGroup 请求参数包括SellerSKU,QueryStartDateTime,MarketplaceId,ResponseGroup

Here you can omit SellerSKUs, and you can pass QueryStartDateTime. 您可以在此处省略SellerSKU,并可以传递QueryStartDateTime。

Then you will get InventorySupplyList including SellerSKU and ASIN matches. 然后,您将获得InventorySupplyList,其中包括SellerSKU和ASIN匹配项。 You should find the product's SellerSKU in this list. 您应该在此列表中找到产品的SellerSKU。

But the problem is that it returns only available inventory list. 但是问题在于它仅返回可用的库存清单。 It will not work when product you are finding is not in available inventory list. 当您找到的产品不在可用库存清单中时,它将不起作用。

In this case you should make the user manually add SellerSKU in your application. 在这种情况下,您应该让用户在应用程序中手动添加SellerSKU。

For more information, please take a look at http://docs.developer.amazonservices.com/en_US/fba_inventory/FBAInventory_ListInventorySupply.html 有关更多信息,请访问http://docs.developer.amazonservices.com/en_US/fba_inventory/FBAInventory_ListInventorySupply.html

Hope this would help you. 希望这对您有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM