Xml Category on product feed

PouttyMayday

New Member
i want to post products to amazon to category of "SportsMemorabilia", using the mws product feed. i looked over the documentation, it is hard to understand, i also download the xsd to see the xml structure but still it dosent working. for this xml is sent (it is only the category part, i also sending all other elements of the product xml..) \[code\]<ProductData> <SportsMemorabilia> <ProductType>SportsMemorabilia</ProductType> </SportsMemorabilia> </ProductData> \[/code\]it give me this error \[code\]<Result> <MessageID>0</MessageID> <ResultCode>Error</ResultCode> <ResultMessageCode>5000</ResultMessageCode> <ResultDescription>XML Parsing Error at Line 104, Column 26: cvc-complex-type.2.4.b: The content of element 'SportsMemorabilia' is not complete. One of '{AuthenticatedBy}' is expected.</ResultDescription> </Result> \[/code\]please, write to me how the xml should look like in order it to work, thank you.
 
Back
Top