How can I specify the language of _GET_MERCHANT_LISTINGS_DATA_?
Asked Answered
C

3

6

Recently I tried to get all Amazon listings from multiple marketplaces with ReportType: _GET_MERCHANT_LISTINGS_DATA_.

For MarketplaceIds

  • A1PA6795UKMFR9 (DE)
  • A1RKKUPIHCS9HS (ES)
  • A1F83G8C2ARO7P (UK)

the response columns were as the following:

item-name   item-description    listing-id  seller-sku  price   quantity
open-date   image-url   item-is-marketplace product-id-type zshop-shipping-fee
item-note   item-condition  zshop-category1 zshop-browse-path   zshop-storefront-   
feature asin1   asin2   asin3   will-ship-internationally   expedited-shipping   
zshop-boldface  product-id  bid-for-featured-placement  add-delete  
pending-quantity    fulfillment-channel 

English and(!) asin1 is available. For marketplace A13V1IB3VIYZZH (FR) Amazon is responding with a different result:

nom-article réf-offre    sku-vendeur         prix       quantité    date-offre
type-réf-produit         remarque-article    état-article           livrable-monde  
livraison-eclair         réf-produit         quantité-en-attente    Canal de traitement 

There is no asinX. Why? And how can I specify the language for the reports?

Curricle answered 24/6, 2013 at 9:21 Comment(4)
No, there's no way to specify a language for the report. Also, be aware that when you upload a feed it must be in the language that is applicable to that marketplace. See the section titled "Behavior of Feeds When Submitting Multiple Marketplace IDs" in the Feeds API reference docs.developer.amazonservices.com/en_US/feeds/index.htmlAdur
@JonathanSpooner I'm not sure if it matter, but i request only one report from one marketplace at the same time/request.Curricle
I'm trying to compile a list of all possible column header values here: #26274637 Maybe you can assist and benefit from my findings.Churr
+1 Having the same problem. Do you know where I can find all possible translations of the report's header?Basseterre
C
3

Statement from Amazon after opening a case: "[...] I am sorry to inform you that the french active listing report has been set up differently to be more understable for most of the french sellers as most of them have difficulties to understand English language. [...]"

Curricle answered 9/7, 2013 at 18:19 Comment(0)
D
2

we are experiencing the same problem with Amazons's API.

The _GET_MERCHANT_LISTINGS_DATA_ reports for DE, UK and IT are consistent but FR is completely different.

Also, we are getting some very strange IDs from the french report. Completely different to a standard ASIN (longer). The ID can be used to search the storefront and find the product with its correct ASIN, but doesn't work in seller central.

Dearing answered 4/2, 2014 at 13:28 Comment(4)
Look at my quote from amazon with one of the best reason for such useless behaviour. https://mcmap.net/q/1744293/-how-can-i-specify-the-language-of-_get_merchant_listings_data_Curricle
we opened a ticket today.. lets see if they changed their mind in the meantimeDearing
Please report about the answerCurricle
Late follow-up: any updates on this issue? It got even worse with the translated headers.Churr
C
1

MWS Announcement Post

From May 2014 onwards it is now possible to specify your preferred language for reports:

To request that reports be translated into your default local language, log in to Seller Central and select Settings > Account Info > Feed Processing Report Language > Localized (report will be translated into default local language). After you enable this setting, both the headers and the contents of the reports will be translated. This option is available in all marketplaces except the United States and Canada.

Cherish answered 18/7, 2019 at 11:50 Comment(1)
For anyone arriving at this question, this is now the correct answer.Oliguria

© 2022 - 2024 — McMap. All rights reserved.