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.
-
sessionId | String | required
User's session identifier received using the doLogin(Enc) method. -
descriptionContent | String | required
Description of an offer to be validated.
-
itemDescription | ItemDescriptionStruct | required
Structure containing validated offer description.-
descriptionResult | String | required
Validated offer description.
-
descriptionResult | String | required
-
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).