Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.95 KB

File metadata and controls

40 lines (24 loc) · 1.95 KB

Partner Center Python SDK

Build Status Latest Version Python Support

The Partner Center Python SDK provides an SDK to interact with Microsoft's Partner Center service. This enables the partners to perform the Partner Center operations programmatically.

Installing SDK

To install:

pip install partnercenterservices

Supported Scenarios

To find pointers and code snippets that show how to use the Partner Center Python 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.

Checking out the Source Code

Use the following command to clone the repository

git clone https://github.com/eduardomourar/partner-center-python.git
cd partner-center-python

How to Build from Command Line

This was build using AutoRest and downloading Partner_Center_Service_SwaggerDocument from Partner Center:

autorest --input-file=swagger.json --python --azure-arm=true --payload-flattening-threshold=2 --namespace=microsoft.store.partnercenterservices --package-name=partnercenterservices --package-version=0.1.0

Related Projects

Partner Center Java SDK

Partner Center .NET SDK Samples