Error 10026 - Duration cannot be revised
Find the answer to your question
Advanced Search
Products
Question
I am getting error 10026 on ReviseItem call as below: <?xml version="1.0" encoding="UTF-8" ?> - <ReviseItemResponsexmlns="urn:ebay:apis:eBLBaseComponents"> <Timestamp>2006-11-28T00:50:58.953Z</Timestamp> <Ack>Failure</Ack> - <Errors> <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?
Answer
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