Skip to main content
Published: August 04 2010, 3:50:00 AMUpdated: August 19 2022, 2:09:59 AM

I need to list an item where the buyer can enter the shipping charge.

Please note: The following is not applicable for US Site.

For listing an item where the buyer can enter the shipping charge, please list an item with no shipping information. This will give a text box for the buyer during checkout where he/she can enter the shipping amount which can be part of the description.

The following sample lists an item with no shipping information in eBay Australia.

<?xml version="1.0" encoding="utf-8"?>
<AddItemRequest xmlns="urn:ebay:apis:eBLBaseComponents">
  <RequesterCredentials>
    <eBayAuthToken>YourToken</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!Shipping Charges: 2$ for one, 2.5$ if more that one and less than 5,5, 5$ for 5-10</Description>
    <PrimaryCategory>
      <CategoryID>37567</CategoryID>
    </PrimaryCategory>
    <StartPrice>1.0</StartPrice>
    <CategoryMappingAllowed>true</CategoryMappingAllowed>
    <ConditionID>1000</ConditionID>
    <Country>AU</Country>
    <Currency>AUD</Currency>
    <DispatchTimeMax>3</DispatchTimeMax>
    <ListingDuration>Days_7</ListingDuration>
    <ListingType>Chinese</ListingType>
    <PaymentMethods>PayPal</PaymentMethods>
    <PayPalEmailAddress>magicalbookseller@yahoo.com</PayPalEmailAddress>
    <PictureDetails>
      <PictureURL>http://i1.sandbox.ebayimg.com/03/i/00/30/07/20_1.JPG?set_id=8800005007</PictureURL>
    </PictureDetails>
    <PostalCode>1215</PostalCode>
    <Quantity>1</Quantity>
    <ReturnPolicy>
      <ReturnsAcceptedOption>ReturnsAccepted</ReturnsAcceptedOption>
      <RefundOption>MoneyBack</RefundOption>
      <ReturnsWithinOption>Days_30</ReturnsWithinOption>
      <Description>If you are not satisfied, return the book for refund.</Description>
      <ShippingCostPaidByOption>Buyer</ShippingCostPaidByOption>
    </ReturnPolicy>
  </Item>
</AddItemRequest>

How well did this answer your question?
Answers others found helpful