Find the answer to your question
Advanced Search
Question
How to add a Motors Local Market Listing?
Answer
Summary
eBay Motors Local Market Listing is a new subscription-based service that enables auto dealers to easily upload and list their entire used-car lot for one low price.
To add local market listings, you need to list the item with the following properties:
- Specify Local listing distance with Item.LocalListingDistance property.
- Specify Location of the vehicle with the Item.PostalCode property.
- Specify one picture in the PictureDetails container.
- Item.ListingType property must be set to either "FixedPrice" or "LeadGeneration" (for Best Offer Only listings).
Detailed Description
Here is the example of AddItem request for Motors Local Market listing.
<?xml version="1.0" encoding="utf-8"?>
<AddItemRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<RequesterCredentials>
<eBayAuthToken>TOKEN </eBayAuthToken>
</RequesterCredentials>
<WarningLevel>High</WarningLevel>
<Item>
<CategoryMappingAllowed>true</CategoryMappingAllowed>
<Country>US</Country>
<Currency>USD</Currency>
<Description>Post-1981 Motors listing</Description>
<ListingDuration>Days_30</ListingDuration>
<ListingType>Chinese</ListingType>
<Location>San Jose, CA</Location>
<PaymentMethods>PayPal</PaymentMethods>
<PayPalEmailAddress>sampleseller@ebay.com</PayPalEmailAddress>
<PaymentDetails>
<HoursToDeposit>48</HoursToDeposit>
<DaysToFullPayment>7</DaysToFullPayment>
</PaymentDetails>
<PrimaryCategory>
<CategoryID>6427</CategoryID>
</PrimaryCategory>
<ListingType>LeadGeneration</ListingType>
<BestOfferDetails>
<BestOfferEnabled>true</BestOfferEnabled>
</BestOfferDetails>
<PostalCode>95125</PostalCode>
<ListingDetails>
<LocalListingDistance>100</LocalListingDistance>
</ListingDetails>
<PictureDetails>
<GalleryURL>http://i14.ebayimg.com/02/i/08/1c/17/28_12.JPG?set_id=100D</GalleryURL>
<PictureURL>http://i14.ebayimg.com/02/i/08/1c/17/28_12.JPG?set_id=100D</PictureURL>
</PictureDetails>
<Quantity>1</Quantity>
..
..
..
<Site>eBayMotors</Site>
<StartPrice currencyID="USD">2000.00</StartPrice>
<Title>eBay Motors Local Listing title value</Title>
</Item>
</AddItemRequest>
Additional Resources
Documentation: Local Market Listing