Advertisement
Guest User

Create product Feed

a guest
Feb 7th, 2014
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.48 KB | None | 0 0
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
  3.   <Header>
  4.     <DocumentVersion>1.01</DocumentVersion>
  5.     <MerchantIdentifier>MerchentId</MerchantIdentifier>
  6.   </Header>
  7.   <MessageType>Product</MessageType>
  8.   <PurgeAndReplace>false</PurgeAndReplace>
  9.   <Message>
  10.     <MessageID>1</MessageID>
  11.     <OperationType>Update</OperationType>
  12.     <Product>
  13.       <SKU>DWKB8912</SKU>
  14.       <StandardProductID>
  15.         <Type>ASIN</Type>
  16.         <Value>0141350679</Value>
  17.       </StandardProductID>
  18.       <Condition>
  19.         <ConditionType>New</ConditionType>
  20.       </Condition>
  21.       <NumberOfItems>1</NumberOfItems>
  22.       <DescriptionData>
  23.         <Title>Diary of a Wimpy Kid - Book 8: Hard Luck</Title>
  24.         <Description>Howdy!!</Description>
  25.         <MSRP currency="INR">205.00</MSRP>
  26.         <IsGiftWrapAvailable>false</IsGiftWrapAvailable>
  27.         <IsGiftMessageAvailable>false</IsGiftMessageAvailable>
  28.         <RecommendedBrowseNode>1000</RecommendedBrowseNode>
  29.       </DescriptionData>
  30.       <ProductData>
  31.         <Books>
  32.           <ProductType>
  33.             <BooksMisc>
  34.               <Author>Jeff Kinney</Author>
  35.               <Binding>Hardcover</Binding>
  36.               <PublicationDate>2014-01-31T11:03:11</PublicationDate>
  37.             </BooksMisc>
  38.           </ProductType>
  39.         </Books>
  40.       </ProductData>
  41.     </Product>
  42.   </Message>
  43. </AmazonEnvelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement