Home
Find the answer to your question
AddItem call returns Error 21917260 as below for my eBay motors listing
<Errors> <ShortMessage>Seller Provided Title Value is missing.</ShortMessage> <LongMessage>Seller Provided Title Value is missing.</LongMessage> <ErrorCode>21917260</ErrorCode> <SeverityCode>Error</SeverityCode> <ErrorClassification>RequestError</ErrorClassification> </Errors> |
What is the problem as we do provide Title for the listing:
<?xml version="1.0" encoding="utf-8"?> |
Summary
Error Code 21917260 may be received when the Item.SellerProvidedTitle tag is not specified for the US or CA eBay Motors vehicle listing.
Detailed Description
SellerProvidedTitle is a descriptive free-text title for a US or CA eBay Motors vehicle listing and replaces the older US and Canada eBay Motors Subtitle attribute (attribute ID 10246).
Adding the SellerProvidedTitle tag will fix the request error. Here is the sample request that demonstrates the same:
<?xml version="1.0" encoding="utf-8"?> <SellerProvidedTitle>Subtitle Test</SellerProvidedTitle> |