The EBay Control can be configured by the following properties:
Property |
Description |
Default |
Required |
url |
The url where the request for the API should be made to. For
e.g. this can be sandbox or production. |
https://api.sandbox.ebay.com/ws/api.dll |
No |
userid |
The userid you chose when registering with EBay developers program. |
None |
Yes |
password |
The password you chose when registering with EBay developers program. |
None |
Yes |
devID |
devID key you recieve when registering with EBay developers program. |
None |
Yes |
appID |
appID key you recieve when registering with EBay developers program. |
None |
Yes |
certID |
certID key you recieve when registering with EBay developers program. |
None |
Yes |
siteId |
SiteId to be used for the API call, as required by the "GetItem" function. |
None |
Yes |
errorLevel |
ErrorLevel to be used for the API call, as required by the "GetItem" function. |
1 |
No |