Wrap XML eBay api in node js
npm install @lettopia/ebay-apiebay.js looks more clear.
appId, devId and certId secret to construct. Provide the following functions:
GetOAuthToken: For OAuth
GetRefreshToken: For OAuth renew
GetSessionId: For Auth'nAuth
token to construct. There are two authentication methods provided by
OAuth and Auth'nAuth which you have to specify when you create it.
GetOrders: For getting ebay order
GetSellerList: For getting ebay seller products
GetUser: Get account when create ebay user
CompleleSale: Update tracking number
SetNotificationPreferences: Set the user notification
AddFixedPriceItem: List item to ebay
GetUserPreferences: Get user preference including its listing limit
GetMyeBaySelling: Get seller's selling
SetUserPreferences: Set the user's preference, including Out-of-Stock feature
ReviseInventoryStatus: Used for inventory sync
ReviseFixedPriceItem: Set the item to GTC listing for out-of-stock feature
xml-builder
xpath is a good way