Mapping amazon product category to the correct category XSD

后端 未结 3 649
不思量自难忘°
不思量自难忘° 2020-12-31 22:58

Within the _POST_PRODUCT_DATA_ feed the \"ProductData\" node contains data that is specific to the category that the item is within. How exactly though should the category t

3条回答
  •  时光取名叫无心
    2020-12-31 23:50

    If I understand your question, you are asking if there is any way to tell what kind of you should put into your _POST_PRODUCT_DATA_ feed for a specific product.

    E.g. for ASIN B008HRVM5U, should it be

    
       
          
             ...
          
       
    
    

    or rather

    
       
          
              ...
          
       
    
    

    To the best of my knowledge, there is no way to actually find out - neither through MWS nor Seller Central. At the same time, the correct matching of XML structures matters a lot... I've spent a total of three weeks trying to figure out why certain products were behaving funnily (you couldn't actually buy them). In the end, I had to contact Amazon support to find out I was using the 'wrong' XML structure for the specific category I was trying to list in.

提交回复
热议问题