-
Notifications
You must be signed in to change notification settings - Fork 5
eBayApiCalls
slav edited this page Aug 15, 2014
·
2 revisions
- GetSellerList - Fetches list of current items with SKU and quantity to compare before quantity update.
- GetOrders - Get information about orders updated in specified
DateTime
range. Also used to get orders by ids to cancel old/merged orders, from which new combined order was created. - GetSellingManagerSoldListings - Used to get order
sellingManagerRecord
ID and to cancel old orders, form which new combined order was created. Is called once for each order, so results in a lot of calls. - ReviseInventoryStatus - Update items quantities. 4 items at a time, so can result in a lot of calls.
- GetSessionID - Get session id for authentication
- FetchToken - Get api token for authentication