gamepass

Get product details

Returns detailed information for specified product IDs including title, description, pricing, images, ratings, and attributes.

Request Body:

  • productIds: Array of Microsoft Store product IDs
  • locale: Optional locale (default: en-US)
  • market: Optional market (default: US)
post/v2/gamepass/products

Request body

productIdsstring[] required

Array of product IDs (e.g., ["9P00SVGWDJCP"])

localestring

Locale (default: en-US)

marketstring

Market (default: US)

Response

Product details

{"stackTrail":"components:schemas:ApiResponse:properties:content","oasType":"schema","type":"unknown","description":"The response payload from the upstream Xbox/Microsoft API. The structure varies by endpoint - can be an object, array, or string."}
codeinteger required

HTTP status code from the upstream API. Common values: 200 (success), 400 (bad request), 401 (unauthorized), 404 (not found), 410 (deprecated/gone), 429 (rate limited), 500 (server error)

Example response

{
  "code": 200
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.