Code examples for the submission API

This section provides code examples for using the Microsoft Store submission API in several different programming languages.

Note

In addition to the code examples listed below, we also provide an open-source PowerShell module which implements a command-line interface on top of the Microsoft Store submission API. This module is called StoreBroker. You can use this module to manage your app, flight, and add-on submissions from the command line instead of calling the Microsoft Store submission API directly, or you can simply browse the source to see more examples for how to call this API. The StoreBroker module is actively used within Microsoft as the primary way that many first-party applications are submitted to the Store. For more information, see our StoreBroker page on GitHub.

App submissions, add-on submissions, and package flight submissions

The following articles provide code examples for using the submission API to create app submissions, add-on submissions, and package flight submissions.

Game options and trailers

The following articles provide code examples for using the submission API to define game-specific options and to submit video trailers for apps.