Full documentation for this service is available at /documentation/buyer-service.
Services for the buyer.
The following operations are supported. For a formal definition, please review the Service Description.
- AddToMemorylistAdds items to the user's memorylist.
- BuyPurchases an item that is either an auction with buy it now option, a fixed price item, or a shop item.
- GetBiddingInfoReturns bidding information about auctions that user has placed a bid on (but not won) during the specified period.
- GetBuyerTransactionsReturns all the buyer's transactions that have taken place within the specified constraints. The buyer in this case is the user for which the call is made for. Transactions are matched on their creation date. When MinTransactionDate is omitted the last 60 days are returned; when MaxTransactionDate is omitted there is no upper bound.
- GetMemorylistItemsGets items that are in the user's memorylist.
- GetSellerInfoReturns seller information for the specified user.
- MarkTransactionsPaidUpdates the paid status flag on the specified transactions.
- RemoveFromMemorylistRemoves items from the user's memorylist.