Manage package flights

Use the following methods in the Microsoft Store submission API to manage package flights for your apps. For an introduction to the Microsoft Store submission API, including prerequisites for using the API, see Create and manage submissions using Microsoft Store services.

These methods can only be used to get, create, or delete package flights. To create submissions for package flights, see the methods in Manage package flight submissions.

Method URI Description
GET https://manage.devcenter.microsoft.com/v1.0/my/applications/{applicationId}/flights/{flightId} Get a package flight
POST https://manage.devcenter.microsoft.com/v1.0/my/applications/{applicationId}/flights Create a package flight
DELETE https://manage.devcenter.microsoft.com/v1.0/my/applications/{applicationId}/flights/{flightId} Delete a package flight

Prerequisites

If you have not done so already, complete all the prerequisites for the Microsoft Store submission API before trying to use any of these methods.