<?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>
    <Description>
      This is the first book in the Harry Potter series. In excellent condition!
    </Description>
    <PrimaryCategory>
      <CategoryID>29223</CategoryID>
    </PrimaryCategory>
    <StartPrice>1.0</StartPrice>
    <CategoryMappingAllowed>true</CategoryMappingAllowed>
    <Country>US</Country>
    <Currency>USD</Currency>
    <DispatchTimeMax>3</DispatchTimeMax>
    <ListingDuration>Days_7</ListingDuration>
    <ListingType>Chinese</ListingType>
    <PictureDetails>
	<GalleryType>Gallery</GalleryType>
	<PictureURL>https://mysamplepicture.com/20.jpg</PictureURL>
    </PictureDetails>
    <PostalCode>95125</PostalCode>
    <Quantity>1</Quantity>
    <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>
    <ReturnPolicy>
      <ReturnsAcceptedOption>ReturnsAccepted</ReturnsAcceptedOption>
      <RefundOption>MoneyBack</RefundOption>
      <ReturnsWithinOption>Days_30</ReturnsWithinOption>
      <ShippingCostPaidByOption>Buyer</ShippingCostPaidByOption>
    </ReturnPolicy>
    <ShippingDetails>
    	<RateTableDetails>
    	   <DomesticRateTable>Default</DomesticRateTable>
    	</RateTableDetails>
      <ShippingType>Flat</ShippingType>
      <ShippingServiceOptions>
        <ShippingServicePriority>1</ShippingServicePriority>
        <ShippingService>USPSPriority</ShippingService>
        <ShippingServiceCost>2.50</ShippingServiceCost>
      </ShippingServiceOptions>
    </ShippingDetails>
    <Site>US</Site>
  </Item>
</AddItemRequest>