Skip to content

Java SDK for accessing Microsoft Partner Center API

License

Notifications You must be signed in to change notification settings

msize/Partner-Center-Java

Repository files navigation

Partner Center SDK for Java

Build Status

Maven Central GitHub issues GitHub pull-requests

The Partner Center SDK for Java provides the ability to interact with Microsoft's Partner Center service. This enables the partners to perform the Partner Center operations programmatically using Java version 8 or later. It is an open source project maintained by the partner community. Since this module is maintained by the partner community, it is not officially supported by Microsoft. You can get help from the community or open an issue on GitHub.

Consuming the SDK

Jar dependency binary information for maven and gradle can be found here at maven. If you would like to use the latest released version, add the following to your POM file:

<dependency>
    <groupId>com.microsoft.store</groupId>
    <artifactId>partnercenter</artifactId>
    <version>1.15.3</version>
</dependency>

Supported Scenarios

To find pointers and code snippets that show how to use the Partner Center Java SDK to manage customers, get analytics, place orders, manage billing and subscriptions, provide support, and manage accounts and profiles, please check out the supported scenarios.

Note
API access to Partner Center for indirect resellers is not a supported scenario.

Checking out the Source Code

Use the following command to clone the repository

git clone https://github.com/microsoft/partner-center-java.git
cd Partner-Center-Java

How to Build from Command Line

Run the following maven command to build:

mvn clean package

Related Projects

Partner Center Java SDK Samples - Sample console application that demonstrates the supported scenarios of this SDK.

About

Java SDK for accessing Microsoft Partner Center API

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages