Home
Find the answer to your question
If you list an item with product data, your item has better chances of being surfaced in the search results. Here is a VB.NET AddFixedPriceItem sample for listing an item with product identifier. Both UPC and MPN are in the code, but the MPN is commented out as you don't need to pass in both. UPC IS passed in the request and eBay uses the first matching product to prefill the item listing.
This sample has been written using the .NET SDK v817
References:
Below is the code. Corresponding SOAP request is attached with this article.
'create the context 'set the server url. Pointing to Sandbox End Sub End Class End Namespace |