UNPKG

ebay-api

Version:

eBay API for Node and Browser

12 lines (11 loc) 245 B
declare enum calls { FindProducts = 0, GetCategoryInfo = 1, GeteBayTime = 2, GetItemStatus = 3, GetMultipleItems = 4, GetShippingCosts = 5, GetSingleItem = 6, GetUserProfile = 7 } export default calls;