Home
Find the answer to your question
Why am I getting the following error when I try to put my item on sale using the SetPromotionalSaleListings call:
<Errors>
<ShortMessage>Invalid PromotionalSale item(s).</ShortMessage>
<LongMessage>Item(s) does not belong to this user or may not exist.</LongMessage>
<ErrorCode>219373</ErrorCode>
<SeverityCode>Error</SeverityCode>
<ErrorParameters ParamID="0">
<Value>0</Value>
</ErrorParameters>
<ErrorClassification>RequestError</ErrorClassification>
</Errors>
Summary
An item can be put on sale only after 24 hours from the time it is listed. If you try to add an item before that, you will get the error message that the item either does not belong to the user or it does not exist.
Version Info
The code example above was based on the versions specified below:
API Schema Version | 537 |
Additional Resources