Home
Find the answer to your question
Here is a sample written using the Java SDK for listing a fixed price item to the US site item using the AddFixedPriceItem call. This sample shows how to specify item specifics as name-value pairs for the listing.
/* import com.ebay.sdk.*; private static String USER_TOKEN="YOUR TOKEN"; itemSpec.setNameValueList(new NameValueListType[]{nv1, nv2, nv3}); } |
The generated AddFixedPriceItem SOAP request is attached to this article.