Home
Find the answer to your question
Why does my limited warranty for an eBay Motors item now show up in the view item page even though I set the LimitedWarrantyEligible tag to true in the AddItem call?
To specify the Limited Warranty for an eBay Motors items, which gives the buyer the option of Free1 month/1,000 mile Service Agreement, you need to set the following attribute:
<Attribute attributeID="25846">
<Value>
<ValueLiteral>Engine<ValueLiteral>
<ValueID>-3<ValueID>
<Value>
<Attribute>
Here is a sample AddItem call for a passenger car with the limited warrantyspecified:
<?xml version="1.0"encoding="utf-8"?>
<AddItemRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<Item>
<Country>US</Country>
<Currency>USD</Currency>
<Site>eBayMotors</Site>
<Description>Description.</Description>
<ListingDuration>Days_7</ListingDuration>
<Location>SanJose,CA</Location>
<PaymentMethods>PersonalCheck</PaymentMethods>
<PrimaryCategory>
<CategoryID>13473</CategoryID>
</PrimaryCategory>
<PaymentDetails>
<DaysToFullPayment>3</DaysToFullPayment>
</PaymentDetails>
<Quantity>1</Quantity>
<StartPrice>1000.0</StartPrice>
<Title>Title</Title>
<LimitedWarrantyEligible>true</LimitedWarrantyEligible>
<AttributeSetArray>
<AttributeSet attributeSetID="1137">
<Attribute attributeID="10239">
<Value>
<ValueLiteral>Automatic</ValueLiteral>
<ValueID>10427</ValueID>
</Value>
</Attribute>
<Attribute attributeID="10242">
<Value>
<ValueLiteral>Vehicledoes NOT have an existing warranty</ValueLiteral>
<ValueID>10722</ValueID>
</Value>
</Attribute>
<Attribute attributeID="10243">
<Value>
<ValueLiteral>Clear(most titles)</ValueLiteral>
<ValueID>10448</ValueID>
</Value>
</Attribute>
<Attribute attributeID="10244">
<Value>
<ValueLiteral>Used</ValueLiteral>
<ValueID>10426</ValueID>
</Value>
</Attribute>
<Attribute attributeID="85">
<Value>
<ValueLiteral>91748</ValueLiteral>
<ValueID>-3</ValueID>
</Value>
</Attribute>
<Attribute attributeID="10246">
<Value>
<ValueLiteral>2001LEXUS</ValueLiteral>
<ValueID>-3</ValueID>
</Value>
</Attribute>
<Attribute attributeID="10720">
<Value>
<ValueLiteral>Tan</ValueLiteral>
<ValueID>2287</ValueID>
</Value>
</Attribute>
<Attribute attributeID="10719">
<Value>
<ValueLiteral>Gray</ValueLiteral>
<ValueID>2291</ValueID>
</Value>
</Attribute>
<Attribute attributeID="10718">
<Value>
<ValueLiteral>8</ValueLiteral>
<ValueID>1032</ValueID>
</Value>
</Attribute>
<Attribute attributeID="10240">
<Value>
<ValueLiteral>4</ValueLiteral>
<ValueID>1028</ValueID>
</Value>
</Attribute>
<Attribute attributeID="10236">
<Value>
<ValueLiteral>Replacewith your VIN</ValueLiteral>
<ValueID>-3</ValueID>
</Value>
</Attribute>
<Attribute attributeID="38">
<Value>
<ValueLiteral>20010000</ValueLiteral>
<ValueID>-5</ValueID>
</Value>
</Attribute>
<Attribute attributeID="25846">
<Value>
<ValueLiteral>Engine</ValueLiteral>
<ValueID>-3</ValueID>
</Value>
</Attribute>
</AttributeSet>
</AttributeSetArray>
</Item>
<RequesterCredentials>
<eBayAuthToken>******</eBayAuthToken>
</RequesterCredentials>
</AddItemRequest>