microsoftstore_editorial
Fetch a Microsoft Store editorial article by ID, using the editorial_id found in a product's award field. Returns the award writeup content for that product.
Instructions
Get a Microsoft Store editorial article by id. Returns a Microsoft Store editorial article (currently only seen in the wild as a per-product Microsoft Store Awards writeup). There is no discovery endpoint for editorial ids: they are only found embedded in a product's own award.editorial_id field, returned by /microsoftstore/search, /microsoftstore/category, /microsoftstore/charts, /microsoftstore/publisher, and /microsoftstore/related when that product carries an award. An unknown/invalid id returns a 503 upstream error, not a clean 404 -- the upstream itself does not distinguish the two. Credential-free public Microsoft Store data, read directly from the store's own editorial-page API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Display locale (BCP-47) | |
| country | No | Store country/region code (ISO-2) | |
| editorial_id | Yes | Editorial content id, from a product's award.editorial_id field |