Home
Find the answer to your question
Why is my RelistItem call returning the following error even though I don't have a ReservePrice in my request?
<Errors>
<ShortMessage>Error in StartPrice.</ShortMessage>
<LongMessage>The StartPrice appears to be equal to or greater than the reserve price.</LongMessage>
<ErrorCode>81</ErrorCode>
<SeverityCode>Error</SeverityCode>
<ErrorClassification>RequestError</ErrorClassification>
</Errors>
Summary
The reason this error is returned by the RelistItem call even though the request does not have a ReservePrice is because the original item did have a ReservePrice that is lower than the StartPrice indicated in the RelistItem request.