CDONMarketplace is available on NuGet. Use the package manager console in Visual Studio to install it:
Install-Package CdonMarketplace
If you're using .NET Core, you can use the dotnet command from your favorite shell:
dotnet add package CdonMarketplace
If you're using Paket with an F# project, use this command:
paket add CdonMarketplace --project /path/to/project.fsproj
This Nuget package will do it's best to make sure its updated to use the latest contracts/schemas from https://schemas.cdon.com/product/.
The CDONMarketplace Nuget package versions follow Semantic Versioning.
CDONMarketplace Nuget Package version | Order API-version | Product API-version |
---|---|---|
3.3.1 | 1.0 | 4.12.2 |
3.3.0 | 1.0 | 4.12.2 |
3.2.0 | 1.0 | 4.12.0 |
3.1.1 | 1.0 | 4.11.1 |
3.1.0 | 1.0 | 4.11.0 |
3.0.0 | 1.0 | 4.11.0 |
2.0.0 | 1.0 | 4.9.0 |
Documentation is available in the Wiki.