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.
-
sessionHandle | String | required
User's session identifier received using the doLogin(Enc) method. -
itemId | Long | required
Offer identifier. -
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).
-
entryFees | ItemBilling[]
Array of structures containing information on costs related to listing an offer.-
biName | String | required
Name of a fee. -
biValue | String | required
Fee amount.
-
biName | String | required
-
endingFees | ItemBilling[]
Array of structures containing information on commission for sale.-
biName | String | required
Name of a fee. -
biValue | String | required
Fee amount.
-
biName | String | required
-
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.