Skip to main content
Published: November 14 2006, 12:09:00 PMUpdated: July 28 2022, 9:41:01 AM

Why does ReviseItem return the following Deposit error even though I am not modifying the deposit amount?

<Errors>
  <
ShortMessage>Deposit Type/Amount cannot be revised.</ShortMessage>
  <
LongMessage>Deposit Type/Deposit Amount cannot be revised if the item has bid or is ending in 12 hours.</LongMessage>
  <
ErrorCode>5133</ErrorCode>
  <
UserDisplayHint>false</UserDisplayHint>
  <
SeverityCode>Warning</SeverityCode>
  <
ErrorParameters ParamID="0">
    <
Value>1137</Value>
  </
ErrorParameters>
  <
ErrorParameters ParamID="1">
    <
Value>Deposit Amount</Value>
  </
ErrorParameters>
  <
ErrorClassification>RequestError</ErrorClassification>
</
Errors>
 

Summary

This is a product limitation.  Even if the item does not have any deposit amount specified, and you make a call to ReviseItem just to lower the ReservePrice, the call returns the warning for Deposit Type/Amount.  This  happens only when there are bids on the item.  Even though you receive this warning, it does revise the ReservePrice correctly.  Please ignore this warning if the ReviseItem call follows all the guidelines for revising an item.

 



Detailed Description

Here is an example of a ReviseItem call that can trigger this warning:
<?xml version="1.0" encoding="UTF-8"?>
<ReviseItemResponse 
  xmlns="urn:ebay:apis:eBLBaseComponents">

  <Item>
    <
ItemID>110010007414</ItemID>
    <
ReservePrice>11000</ReservePrice>
  </
Item>
  <
RequesterCredentials>
    <
eBayAuthToken>*****</eBayAuthToken>
  </
RequesterCredentials><Version>1267</Version>
</ReviseItemResponse>

Even with this request, if the Item has a bid, you will see the warning about the Deposit.  


Version Info

The code example above was based on the versions specified below:

API Schema Version1267

 



Additional Resources

 

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