每當我嘗試在亞馬遜使用XML和亞馬遜MWS提交feed API時嘗試創建產品時出錯。自5天以來, 。請找到下面的鏈接,爲創建/列表產品XML和結果的提交:在使用Amzon在亞馬遜的XML中創建產品時出現錯誤MWS
創建/列表產品飼料:http://pastebin.com/R2wf5mGs 飼料提交結果:我檢查是否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>
你能發表一些代碼嗎? – DaImTo
c#代碼或xml提要? – user2647674