eBay .NET SDK v581 Point Release

AddItemCall.AddItem Method 

Defines a single new item and lists it on a specified eBay site. To list multiple new items, execute AddItem once for each item, with a new item definition each time.

public FeeTypeCollection AddItem(
   ItemType Item
);

Parameters

Item
Child elements hold the values that define the new item. Item is a required input. Also applicable to Half.com.

See Also

AddItemCall Class | eBay.Service.Call Namespace