Developers Program

Item.ListingType is invalid or missing error message in AddItem call

Published: August 01 2006, 1:23:00 PMยทUpdated: July 28 2022, 2:17:01 AM

Products

Question

Why am I getting "Input data for tag <Item.ListingType> is invalid or missing. Please check API documentation" error message in the AddItem call although I have set the ListingType to Auction?

Answer


If you want to indicate an auction format for your listing, you need to set the ListingType to either Chinese for single quantity items or Dutch for multi-quantity items. Auction is not a valid value for AddItem call. It is meant only to be used for GetMyeBaySelling. You can find more information on the ListingType values from the Documentation.
How well did this answer your question?