12598 -<GalleryURL> can not be removed.
Find the answer to your question
Advanced Search
Products
Question
I am getting 12598 error with a ReviseItem call. What is happening? <?xml version="1.0" encoding="UTF-8" ?> <ReviseItemResponsexmlns="urn:ebay:apis:eBLBaseComponents"> <Timestamp>2006-12-05T00:56:13.328Z</Timestamp> <Ack>Warning</Ack> <Errors> <ShortMessage><GalleryURL> can not be removed.</ShortMessage> <LongMessage>Gallery URL can not be removed because <Gallery> is set for this item.</LongMessage> <ErrorCode>12598</ErrorCode> <SeverityCode>Warning</SeverityCode> <ErrorClassification>RequestError</ErrorClassification> </Errors> <Version>1271</Version> <Build>e489_core_Bundled_3911871_R1</Build> <ItemID>250000306948</ItemID> <StartTime>2006-12-05T00:37:14.000Z</StartTime> <EndTime>2006-12-10T00:37:14.000Z</EndTime> <Fees> <Fee> <Name>AuctionLengthFee</Name> <Fee currencyID="USD">0.0</Fee> </Fee> ... </Fees> </ReviseItemResponse>
Answer
Summary
There are Restrictions on changing an item's properties with ReviseItem call. The Gallery image is one of them. Once the Gallery images are added to your listing, it's not allowed to remove them in any time. You can add and change the Gallery URL but can not be removed. The error 12598 is just warning that it will not block your ReviseItem request.
Additional Resources