Home
Find the answer to your question
The RelistFixedPriceItem call can be used to to relist fixed-price item that has ended. It is recommended to use this call instead of creating a new listing using the AddFixedPriceItem call to take advantage of the recent sales score associated with the listing.
Here is a VB.NET RelistFixedPriceItem sample for re-listing an item with some minor modifications (title updated. subtitle deleted) This sample has been written using the .NET SDK v817.
*Prerequisite - make sure to have added an item with the SKU and variations below
Below is the code. Corresponding SOAP request is attached with this article.
© 2010-2013 eBay Inc., All Rights Reserved Imports eBay.Service.Call |