Aukro WebAPI

doCheckItemDescription

This method allows to validate the input description to meet Allegro standards. The output description can then be used when making a new offer, without the fear that it will be additionally modified during the process by description validators activated automatically.

  1. sessionId | String | required
    User's session identifier received using the doLogin(Enc) method.
  2. descriptionContent | String | required
    Description of an offer to be validated.
  1. itemDescription | ItemDescriptionStruct | required
    Structure containing validated offer description.
    1. descriptionResult | String | required
      Validated offer description.
  • ERR_DESC_TOO_LONG_INFO
    The maximum acceptable size of offer description (250 kB) has been exceeded.
  • ERR_DESCRIPTION_NOT_FOUND
    No offer description.
  • 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).