string annToUpdate = TxtAnnCode.Text;
ApiContext apiContext = GetApiContext();
ItemType item = new ItemType();
item.ItemID = annToUpdate;
item.Title = "update ann. title";
// Listing is valid for X days
item.ListingDuration = "Days_3";
// Listing type and price
item.ListingType = ListingTypeCodeType.FixedPriceItem;
item.Currency = CurrencyCodeType.EUR;
item.StartPrice = new AmountType
{
currencyID = item.Currency,
Value = 20.00
};
ReviseFixedPriceItemCall apicall = new ReviseFixedPriceItemCall(apiContext);
StringCollection deletedFields = new StringCollection();
apicall.ReviseFixedPriceItem(item, deletedFields);
string itemID = item.ItemID;
-
- Buy APIs (BETA) - Order
- Buy APIs - Browse
- Feedback, Comments, Suggestions
- New Sell APIs - Account, Inventory, Catalog and Compliance
- New Sell APIs - Fulfillment
- New Sell APIs - Marketing, Analytics, Metadata
- Post Order APIs - Cancellation
- Post Order APIs - Inquiry, Case Management
- Post Order APIs - Return
- Talk to your fellow developers
- Token, Messaging, Sandbox related issues
- eBay APIs: .NET SDK for Trading API
- eBay APIs: Java SDK for Trading API
- eBay APIs: Orders, resolutions and feedback
- eBay APIs: Search
- eBay APIs: Selling
- Sign in