Aukro WebAPI

doVerifyItem

This method allows for checking the correctness of listing an offer (created by the doNewAuctionExt method when a value of the localId parameter has been passed while calling it) from an account of a logged-in user as well as a idenitifier of a relisted offer (created by using doSellSomeAgain when a value of the localId parameter has been passed while calling them). localId value is always unique within a given user account.

  1. sessionHandle | String | required
    User's session identifier received using the doLogin(Enc) method.
  2. localId | Integer | required
    Value of a local identifier that has been passed while listing an offer using the doNewAuctionExt/doSellSomeAgain/doSellSomeAgainShop method.
  1. itemId | Long
    Offer identifier (or -1 when the provided local identifier is incorrect).
  2. itemListed | Integer
    Listing offer status (-1 - offer is not and will not be listed due to technical problems on Allegro or due to providing incorrect local identifier, 0 - pending to be listed, 1 - offer has been successfully listed, 2 - offer to be listed: a seller has set the time of listing in the sale form, 3 - offer to be relisted: relates to offers listed by using doSellSomeAgain/doSellSomeAgainShop).
  3. itemStartingTime | Long
    Offer start date (in the Unix format; relates to all offers - planned, to be relisted and those already listed).
  • ERR_INVALID_VALUE_IN_LOCAL_ID
    Incorrect value of a local identifier (acceptable range: 1-9999999999999).
  • ERR_NO_DATABASE
    Problems with Allegro database.
  • ERR_NO_SESSION / ERR_SESSION_EXPIRED
    Invalid session identifier or the session has expired.
  • ERR_WEBAPI_KEY_INACTIVE
    The WebAPI key has been deactivated (User Agreement not accepted).
  • ERR_WEBAPI_NOT_AVAIL
    Problems with Aukro WebAPI service.