Microsoft Edge · Example Payload

Addons Api Submission Example

BrowserChromiumDeveloper ToolsEdgeExtensionsMicrosoftProgressive Web AppsWeb DevelopmentWebView

Addons Api Submission Example is an example object payload from Microsoft Edge, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idproductIdstatuscreatedUtccompletedUtc

Example Payload

Raw ↑
{
  "id": "sub-600123",
  "productId": "ext-500123",
  "status": "InReview",
  "createdUtc": "2026-04-18T12:00:00Z",
  "completedUtc": null
}