Skip to main content
Published: August 17 2006, 9:07:00 AMUpdated: July 26 2022, 4:48:27 PM

Question:

How can I convert Store Items to Auctions items using the API like I can do using MyeBay?

Answer:
Using the eBay website, via My eBay you can convert a Stores Inventory Format Item to an Auction by selecting the stores fixed price item and clicking the Send to Online Auction button.  

My eBay> Selling >Listings > Active
Ref: https://www.ebay.com/sh/lst/active

Now locate the listings. Place a check mark in the box located in front of the listings.  Click ACTIONS at the top. Click on CHANGE TO FIXED PRICE. 


What actually happens is that the Stores item is ended and a new item is created.  

To simulate this via the API, you need to make a call to EndItem and make a call to AddItem with the ListingType set appropriately.  For auction items, set it to Chinese for single quantity items and Dutch for multi-quantity items.  For Fixed Price Item, set the Listing Type to FixedPriceItem.

You can find information on the API calls on End Item and AddItem from the documentation

 

How well did this answer your question?
Answers others found helpful