Aukro WebAPI

doMyBillingItem

This method allows for checking costs related to offer listing and fees for sale. You can only check costs of offers of a logged-in user.

  1. sessionHandle | String | required
    User's session identifier received using the doLogin(Enc) method.
  2. itemId | Long | required
    Offer identifier.
  3. option | String
    Information on a form in which data are to be returned (S - only summary of costs, F - summary of costs divided into components with description; default value is S).
  1. entryFees | ItemBilling[]
    Array of structures containing information on costs related to listing an offer.
    1. biName | String | required
      Name of a fee.
    2. biValue | String | required
      Fee amount.
  2. endingFees | ItemBilling[]
    Array of structures containing information on commission for sale.
    1. biName | String | required
      Name of a fee.
    2. biValue | String | required
      Fee amount.
  • ERR_INVALID_ITEM_ID
    Invalid offer identifier or the indicated offer has not been listed by a logged user.
  • 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 session-generating WebAPI key has been deactivated (the owner did not accept the User Agreement).
  • ERR_WEBAPI_NOT_AVAIL
    Problems with Aukro WebAPI service.