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 eBay's product identifier (ePID). This sample has been written using the .NET SDK v715
References:
Below is the code. Corresponding SOAP request is attached with this article.
/* 2012-2013 eBay Inc., All Rights Reserved */ 'AddFPItem - listing using product identifier Private Sub AddFPItemCatalog() |