Tradera Developer Program

BuyerService

Documentation Version 3 > BuyerService

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
    1. 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
    1. itemId, The id of an item.
    2. buyAmount, The purchase amount.
    Returns

    The 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
    1. request, Request object for this call, see GetBidItemsRequest for detailed information.
    Returns

    An array of bidding information objects.

  • 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.

    Parameters
    1. request, Holds request information for this call, see GetBuyerTransactionsRequest for detailed information.
    Returns

    Array of found Transaction objects

  • GetMemorylistItems

    Gets items that are in the user's memorylist.

    Parameters
    1. filterActive, A filter to search for only active, inactive or all items in the memorylist
    2. minEndDate, The minimum end date of the item
    3. maxEndDate, The maximum end date of the item
    Returns

    An array of items

  • GetSellerInfo

    Returns seller information for the specified user.

    Parameters
    1. userId, The id of a Tradera member.
    Returns

    The 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
    1. request, Array of request objects for this call, see for detailed information.
  • RemoveFromMemorylist

    Removes items from the user's memorylist.

    Parameters
    1. itemIds, An array with the ids of the items
  • SendQuestionToSeller

    Sends a question to the owner of an item listing.

    Parameters
    1. itemId, The id of an item.
    2. question, The question text to be sent to the lister of an item.
    3. sendCopyToSender, Specifies whether a copy of the question shall be sent to the sender.
    Returns

    The ContactSellerResult object that contains the result of the contact seller operation

XHTML CSS