Find the answer to your question
Advanced Search
Published: November 22 2006, 3:13:00 PMUpdated: August 08 2022, 5:39:11 AM
Product
I am getting error 10026 on ReviseItem call as below:
<?xml version="1.0" encoding="UTF-8" ?>
<Timestamp>2006-11-28T00:50:58.953Z</Timestamp>
<Ack>Failure</Ack>
<ShortMessage>Revise item failed.</ShortMessage>
<LongMessage>Duration cannot be revised, possible reasons: the item has bid or active Best Offers or is ending in 12 hours, the item is a store item, or the item is an ad-format item.</LongMessage>
<ErrorCode>10026</ErrorCode>
<SeverityCode>Error</SeverityCode>
<ErrorClassification>RequestError</ErrorClassification>
</Errors>
<Version>489</Version>
<Build>e489_core_Bundled_3893385_R1</Build>
</ReviseItemResponse>
What is happening?
Summary
There are a few restrictions on revising an item's Duration. The ReviseItem validation criteria are:
For fixed-price lisings, you can't change Item.ListingDuration if there is one object of the listings has been sold.
For action type listings, you can't change the Item.ListingDuration if there is either a bid or the listing is ending within 12 hrs.
Additional Resources
- Documentation: Revise Item
- Documentation: Revision Limitations