Home
Find the answer to your question
Use the ReviseFixedPriceItem call to change the properties of a currently active fixed-price listing.
Here is a Java ReviseFixedPriceItem sample for revising a multi-variation item (adding and deleting a variation). 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; import com.ebay.sdk.ApiContext; |