Readme for the C#/WinForm attributesDemo Sample
This sample simulates a simple sell your item(SYI) flow, it shows how to use eBay APIs to:
- handle item attributes/specifics,
- handle eBay meta-data like listing type/duration, payment methods, shipping service, etc.
- cache eBay meta-data on local driver(see Helper Library for detail).
API Calls Used:
- GetAttributesXSL, GetAttributesCS, GetCategory2CS, used in eBay Attributes Library.
- GetCategories, for category list.
- GeteBayDetails, for meta-data like return policy, shipping service, ship to location.
- GeteCategoryFeatures, for meta-data like return policy enabled, item specifics enabled, listing type, listing duration, payment methods.
- GetCategorySpecifics, for item specifics
- AddItem, for listing to eBay
Attributes Demo Architecture
Attributes Demo Page/Call Flow