Home
Find the answer to your question
Java AddFixedPriceItem sample with ItemSpecifics for UK |
Here is a sample written using the Java SDK (v811) for listing a fixed price item to the UK site item using the AddFixedPriceItem call. This sample shows how to specify item specifics as name-value pairs for the listing.
/* © 2010-2013 eBay Inc., All Rights Reserved */ package com.ebay.sample; item.setItemSpecifics(itemSpec); |
The generated AddFixedPriceItem SOAP request is attached to this article.