Aukro WebAPI

doChangePriceItem

This method allows for changing prices available in the offer. It is required to provide expected values of all three prices (even if only one of them is to be changed, parameters related to two other prices should contain their current value). Passing 0 disables the indicated price in the offer.

  1. sessionHandle | String | required
    User's session identifier received using the doLogin(Enc) method.
  2. itemId | Long | required
    Offer identifier
  3. newStartingPrice | BigDecimal | non-required (required when newReservePrice is provided or newBuyNowPrice is not provided)
    New value of the starting price.
  4. newReservePrice | BigDecimal
    New value of the reserve price.
  5. newBuyNowPrice | BigDecimal | non-required (required when newStartingPrice is not provided)
    New value of the Buy it Now! price.
  1. itemInfo | String | required
    Information on amount of possible additional payment (or refund) related to the offer.
  2. itemId | Long
    Offer identifier.
  • ERR_BID_DURING_CHANGES
    You cannot make any changes as bids have been made.
  • ERR_BLOCK_SELL_SELL
    User with blocked possibility of sale on his account cannot list new offers.
  • ERR_BLOCKED_USER_CANT_INVOKE_METHOD
    User's account is blocked.
  • ERR_BUY_NOW_LESS_THAN_RESERVE_PRICE
    The Buy it Now! price cannot be lower than the reserve price.
  • ERR_BUY_NOW_LESS_THAN_STARTING_PRICE
    The Buy it Now! price cannot be lower than the starting price.
  • ERR_END_DURING_CHANGES
    You cannot make any changes when the offer is ended.
  • ERR_INVALID_BUY_NOW_PRICE
    Incorrect value of Buy it Now! price (min. 1 CZK).
  • ERR_INVALID_RESERVE_PRICE
    Incorrect value of a reserve price.
  • ERR_INVALID_STARTING_PRICE
    Incorrect value of a starting price (min. 1 CZK).
  • ERR_JUNIOR_LIMIT_EXCEEDED
    Limit of 50 PLN for listing offers imposed on Junior account users has been exceeded.
  • ERR_MULTI_ITEM_AND_BUYNOW_AND_STARTING
    For multi-item offers you need to select Buy it Now! price or startig price (but not both).
  • ERR_NO_DATABASE
    Problems with Allegro database.
  • ERR_NO_SESSION / ERR_SESSION_EXPIRED
    Invalid session identifier or the session has expired.
  • ERR_NO_STARTING_AND_BUY_NOW_PRICE
    Please provide missing price types (starting price and/or Buy it Now!).
  • ERR_RESERVE_LESS_THAN_STARTING_PRICE
    The reserve price cannot be lower than the starting price.
  • ERR_SHOP_RESERVE_PRICE_ERROR
    Offer listed in Allegro Shop cannot have a reserve price.
  • ERR_SHOP_STARTING_PRICE_ERROR
    Offer listed in Allegro Shop cannot have a starting price.
  • ERR_SOME_ITEMS_AND_RESERVE_PRICE
    Reserve price is forbidden for multi-item offers.
  • 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.
  • ERR_YOU_CANT_CHANGE_ITEM
    You cannot edit the offer because the queue contains an unexecuted operation of editing this offer.