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 Java RelistFixedPriceItem sample for re-listing a multi-variation item; a variation from the original listing is deleted and a new variation is added during the relist operation. This sample has been written using the Java SDK v673.
Below is the code. Corresponding SOAP request is attached with this article.
/* © 2010-2012 eBay Inc., All Rights Reserved */ package com.ebay.sample; |