Aukro WebAPI

doBidItem

This method allows for making a bid in an ongoing offer.

  1. sessionHandle | String | required
    User's session identifier received using the doLogin(Enc) method.
  2. bidItId | Long
    Identifier of an offer in which you wish to make a bid.
  3. bidUserPrice | BigDecimal | required
    Bid price (for offers of a bidding type). For offers of the Buy it Now! type the field must pass a price that equals the Buy it Now! price set by a seller, displayed in the ongoing offer.
    Value of bidUserPrice in CZK should be only whole number with zero decimal part.
  4. bidQuantity | Long
    Number of items related to the made bid (also in multi-variant offers).
  5. bidBuyNow | Long | non-required (required for offers of the Buy it Now! type)
    Information whether the purchase has to be made through But it Now! (the offer has to have such purchase method available). (1 - yes, 0 - no; default value is 0).
  6. pharmacyRecipientData | PharmacyRecipientDataStruct
    Structure containing address data of a buyer (relates to the category: Health and Beauty > OTC drugs; Filling out this structure while making purchase in other category results in ignoring the passed data).
    1. recipientFirstName | String
      Buyer's name.
    2. recipientLastName | String
      Buyer's surname.
    3. recipientAddress | String
      Buyer's address.
    4. recipientPostcode | String
      Buyer's postal code.
    5. recipientCity | String
      Buyer's city.
  7. variantId | String
    Identifier of a purchased variant that is received after using the doShowItemInfoExt method.
  1. bidPrice | String | required
    Amount of bid with information about a purchase or current bidding status.
  • ERR_AUCTION_KILLED
    You cannot load information on this offer as it has been removed by the site administrator.
  • ERR_BLOCKED_USER_CANT_INVOKE_METHOD
    User whose account has been blocked cannot use this method.
  • ERR_CANNOT_BID_ITEM
    too low, the offer has disabled the 'Buy it Now!' option, you can buy only via 'Buy it Now!', the offer is closed, you have tried to buy alcohol using Junior account, etc.).
  • ERR_CANNOT_BID_VARIANT_NOT_PROVIDED
    To buy an item listed as a multi-variant offer, you need to select item variant.
  • ERR_INCORRECT_BUY_NOW_PRICE
    While buying via 'Buy it Now!' you need to pass in the bidUserPrice field a price that equals the Buy it Now! price set by a seller, displayed in the ongoing offer.
  • ERR_INVALID_ITEM_ID
    Incorrect offer identifier.
  • ERR_INVALID_QUANTITY
    Number of variant items you wish to buy is incorrect (it exceeds available quantity or is lower than 1).
  • ERR_ITEM_FROM_OTHER_COUNTRY
    Item is listed in other country than country which user is logged in.
  • ERR_ITEMS_PER_USER_LIMIT_EXCEEDED
    Acceptable limit set by a seller on a number of items bought by a single user has been exceeded (relates only to offers featured as 'Allegro Super Deal' which with set offer limits for a single user)
  • ERR_NO_SESSION / ERR_SESSION_EXPIRED
    Invalid session identifier or the session has expired.
  • ERR_NOCODE_CAN_BID
    You cannot place a bid in the indicated offer - users without full account activation cannot take part in offers for which sellers have set 'first purchase' access restriction or in which the seller (in a Buy it Now! offer type) does not allow for payment via PayU.
  • ERR_NOCODE_CANNOT_BID_HOUR
    You cannot make a bid in this offer - users without full account activation cannot make bids if it less than one hour to end the offer.
  • ERR_WEBAPI_KEY_INACTIVE
    The session-generating WebAPI key has been deactivated (the owner did not accept the User Agreement).
  • ERR_WEBAPI_NOT_AVAIL
    Problems with Aukro WebAPI service.