I would like to update my products with the Amazon MWS API. The problem: I only have the products ASIN's to identify them. Not the SellerSKU. As far as I have seen until now, the Feed to update the products Data does only accept the SKU as an unique identifier for my product. Is there a way to get around this? Have I just missed the possibility to update with ASIN?
Asked
Active
Viewed 2,292 times
2 Answers
1
You can use the GetReport
operation with the _GET_MERCHANT_LISTINGS_DATA
ReportType to retrieve a document that will associate the ASINs with SKUs.

VonC
- 1,262,500
- 529
- 4,410
- 5,250

Cosmo Harrigan
- 895
- 1
- 8
- 22
-
Cool :) I guess this report can be useful for us in the future – SvenFinke Sep 25 '12 at 06:42
0
The SKU can be set by the Seller. In this case, the SKU was simply the Article No. Now I have the SKU and can simply use it.

Willi Mentzel
- 27,862
- 20
- 113
- 121

SvenFinke
- 1,254
- 3
- 15
- 30