---
title: "Get product details"
method: POST
path: "/v2/gamepass/products"
tags: ["gamepass"]
---

# Get product details

`POST /v2/gamepass/products`

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)

## Request body

- object
  - `productIds` string[], required — Array of product IDs (e.g., ["9P00SVGWDJCP"])
  - `locale` string — Locale (default: en-US)
  - `market` string — Market (default: US)

## Response `200`

Product details

- ApiResponse — Standard API response wrapper. All endpoints return responses in this format.
  - `content` unknown, required
  - `code` integer, 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)

## Other responses

- `401` — Invalid or missing API key
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/xbl/apis/openxbl-api.md) · [All operations](https://skmtc.dev/xbl/apis/openxbl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xbl/openxbl-api/revisions/e5df7bdca559/schema)
