Services for the buyer.
The following operations are supported. For a formal definition, please review the Service Description.
-
AddToMemorylist
Adds items to the user's memorylist.
Parameters- itemIds, An array with the ids of the items
-
Buy
Purchases an item that is either an auction with buy it now option, a fixed price item, or a shop item.
Parameters- itemId, The id of an item.
- buyAmount, The purchase amount.
ReturnsThe BuyResult object that contains information about the purchase. For more information see BuyResult
-
GetBiddingInfo
Returns bidding information about auctions that user has placed a bid on (but not won) during the specified period.
Parameters- request, Request object for this call, see GetBidItemsRequest for detailed information.
-
GetBuyerTransactions
Returns 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.
-
GetMemorylistItems
Gets items that are in the user's memorylist.
Parameters- filterActive, A filter to search for only active, inactive or all items in the memorylist
- minEndDate, The minimum end date of the item
- maxEndDate, The maximum end date of the item
-
GetSellerInfo
Returns seller information for the specified user.
Parameters- userId, The id of a Tradera member.
ReturnsThe SellerInfo object that contains user information.If the user can not be found, null is returned
-
MarkTransactionsPaid
Updates the paid status flag on the specified transactions.
Parameters- request, Array of request objects for this call, see for detailed information.
-
RemoveFromMemorylist
Removes items from the user's memorylist.
Parameters- itemIds, An array with the ids of the items
-
SendQuestionToSeller
Sends a question to the owner of an item listing.
Parameters- itemId, The id of an item.
- question, The question text to be sent to the lister of an item.
- sendCopyToSender, Specifies whether a copy of the question shall be sent to the sender.