I am getting an error every time I try to create a product in Amazon using XML and Amazon MWS Submit feed API.I have been trying this since 5 days but in vain. Please find below the link for create/list product xml and the result for the submission:
Create/list product feed: http://pastebin.com/R2wf5mGs Feed submission result: http://pastebin.com/RYc2wUXQ
<?xml version="1.0" encoding="iso-8859-1"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
<DocumentVersion>1.01</DocumentVersion>
<MerchantIdentifier>MerchentId</MerchantIdentifier>
</Header>
<MessageType>Product</MessageType>
<PurgeAndReplace>false</PurgeAndReplace>
<Message>
<MessageID>1</MessageID>
<OperationType>Update</OperationType>
<Product>
<SKU>DWKB8912</SKU>
<StandardProductID>
<Type>ASIN</Type>
<Value>0141350679</Value>
</StandardProductID>
<Condition>
<ConditionType>New</ConditionType>
</Condition>
<NumberOfItems>1</NumberOfItems>
<DescriptionData>
<Title>Diary of a Wimpy Kid - Book 8: Hard Luck</Title>
<Description>Howdy!!</Description>
<MSRP currency="INR">205.00</MSRP>
<IsGiftWrapAvailable>false</IsGiftWrapAvailable>
<IsGiftMessageAvailable>false</IsGiftMessageAvailable>
<RecommendedBrowseNode>1000</RecommendedBrowseNode>
</DescriptionData>
<ProductData>
<Books>
<ProductType>
<BooksMisc>
<Author>Jeff Kinney</Author>
<Binding>Hardcover</Binding>
<PublicationDate>2014-01-31T11:03:11</PublicationDate>
</BooksMisc>
</ProductType>
</Books>
</ProductData>
</Product>
</Message>
</AmazonEnvelope>