技术文档
详细描述
下附的命令行例程包含了对AddOrder的API调用的实现。
需求:
任一版本的Visual Studio .NET
下附的程序使用了原始版本的Visual Studio .NET
如果你使用的是新版本的Visual Studio .NET,请在加载时允许其自动转换至符合你的.NET版本的程序。
1. 在建立这个例程之前,请确保此项目与eBay Service的连接是有效的。
此例程中的连接路径是D:Program FileseBayeBay .NET SDK v495 Full ReleaseeBay.Service.dll 。
若有需要,你可将此路径手动替换,指向你电脑中的任一文件。
2. 在你运行这个例程之前,你需要在下列代码的“xxx”处填入你的信息:
' set the dev,app,cert information
oContext.ApiCredential.ApiAccount.Developer = "xxx";
oContext.ApiCredential.ApiAccount.Application = "xxx";
oContext.ApiCredential.ApiAccount.Certificate = "xxx";
' set the AuthToken
oContext.ApiCredential.eBayToken = "xxx";
Please note that the default API URL is set to Production:
oContext.SoapApiServerUrl = "https://api.ebay.com/wsapi";
版本信息
例程基于下列的具体版本:
.NET SDK版本 | 495 Full Release |
Visual Studio | Original .NET (not 2003 or 2005) |
附件 | |
• AddOrderNETSDK.zip |
答案对您有帮助吗?
是,对我很有帮助 | |
否,没解决我的问题 |