Developers Program

Error 89 - Invalid combination: Dutch auction

Published: October 15 2007, 12:20:00 PMยทUpdated: August 16 2022, 2:52:04 AM

Products

Question

I am getting Error 89 as below when listing a Dutch Auction in Two Categories. How to fix it? <?xml version="1.0" encoding="UTF-8" ?> <AddItemResponse xmlns="urn:ebay:apis:eBLBaseComponents"> <Timestamp>2021-10-15T19:16:48.453Z</Timestamp> <Ack>Failure</Ack> <Errors> <ShortMessage>Invalid combination: Dutch auction (or quantity greater than one) and category.</ShortMessage> <LongMessage>eBay does not allow Dutch auctions (or a quantity greater than one) in the category you have selected.</LongMessage> <ErrorCode>89</ErrorCode> <SeverityCode>Error</SeverityCode> <ErrorClassification>RequestError</ErrorClassification> </Errors> <Version>1217</Version> <Build>e1217_UNI_API5_19110890_R1</Build> </AddItemResponse>

Answer

Detailed Description

The reason you are getting this error is because Listing item in two categories functionality is not available for Dutch Auction.

There are restrictions when listing item in two categories.

On eBay.com, you can't list following items in Two Categories:

Adult items, Real Estate, Dutch Auctions and Business & Industrial

Detail information can be found on eBay online document Listing in Two Categories.

How well did this answer your question?