0

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?

Kara
  • 6,115
  • 16
  • 50
  • 57
SvenFinke
  • 1,254
  • 3
  • 15
  • 30

2 Answers2

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