<?xml version="1.0" encoding="utf-8"?>
<AddItemRequest xmlns="urn:ebay:apis:eBLBaseComponents">
  <RequesterCredentials>
    <eBayAuthToken>A*******3</eBayAuthToken>
  </RequesterCredentials>
  <ErrorLanguage>en_US</ErrorLanguage>
  <WarningLevel>High</WarningLevel>
  <Item>
    <Title>Harry Potter and the Philosopher's Stone</Title>
    <PrimaryCategory>
      <CategoryID>29223</CategoryID>
    </PrimaryCategory>
    <CategoryMappingAllowed>true</CategoryMappingAllowed>
    <Site>US</Site>
    <Quantity>1</Quantity>
    <StartPrice>1000.0</StartPrice>
    <ListingDuration>Days_7</ListingDuration>
    <ListingType>Chinese</ListingType>
    <BuyItNowPrice currencyID="USD">2000.0</BuyItNowPrice>
    <Description>
        A wonderful example of the first book in the Harry Potter series.
        In Excellent condition. A rare find indeed.
    </Description>
    <DispatchTimeMax>3</DispatchTimeMax>
    <ShippingDetails>
      <ShippingType>Flat</ShippingType>
      <ShippingServiceOptions>
        <ShippingServicePriority>1</ShippingServicePriority>
        <ShippingService>USPSMedia</ShippingService>
        <ShippingServiceCost>4.0</ShippingServiceCost>
      </ShippingServiceOptions>
    </ShippingDetails>
    <ReservePrice currencyID="USD">1750.00</ReservePrice>
    <ReturnPolicy>
      <ReturnsAcceptedOption>ReturnsAccepted</ReturnsAcceptedOption>
      <RefundOption>MoneyBack</RefundOption>
      <ReturnsWithinOption>Days_30</ReturnsWithinOption>
      <ShippingCostPaidByOption>Buyer</ShippingCostPaidByOption>
    </ReturnPolicy>
    <Country>US</Country>
    <Currency>USD</Currency>
    <PostalCode>95125</PostalCode>
    <ItemSpecifics>     
    	   <NameValueList> 
    	      <Name>Title</Name>
    	      <Value>Harry Potter and the Philosophers Stone</Value> 
    	   </NameValueList> 
    	   <NameValueList> 
    	      <Name>Publisher</Name> 
    	      <Value>Smashwords</Value> 
    	   </NameValueList> 
    	   <NameValueList> 
    	      <Name>Author</Name> 
    	      <Value>JK Rowling</Value> 
    	   </NameValueList> 
    	   <NameValueList> 
    	      <Name>Language</Name> 
    	      <Value>English</Value> 
    	   </NameValueList>
    </ItemSpecifics>
    <PictureDetails>
      <PictureURL>https://mysamplepicture.com/21.jpg</PictureURL>
    </PictureDetails>
  </Item>
</AddItemRequest>