> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GET (/inventory/{itemID})

> GET (/inventory/{itemID})

# GET (/inventory/{itemID})

Provides the full set of details for a specific inventory item.
The domain for these URIs is `inventory.xboxlive.com`.

* [Remarks](#ID4EX)
* [URI parameters](#ID4EAB)
* [Response body](#ID4ELB)

<a id="ID4EX" />

## Remarks

No policy checks, enforcement, or filtering will occur as a part of this call.

<a id="ID4EAB" />

## URI parameters

| Parameter | Type   | Description                                              |
| --------- | ------ | -------------------------------------------------------- |
| itemID    | string | the ID unique to each user for a singular inventory item |

<a id="ID4ELB" />

## Response body

<a id="ID4ERB" />

### Sample response

The response to a GET request, assuming it passes authentication and is assigned the appropriate authorization context, is a single inventory item with the full set of item properties.

```cpp theme={null}
{inventoryItem}
         
```

<a id="ID4E4B" />

## See also

<a id="ID4E6B" />

##### Parent

GET (/inventory/{itemID})

<a id="ID4EJC" />

##### Further Information

[EDS Common Headers](/reference/live/rest/additional/edscommonheaders)

[EDS Parameters](/reference/live/rest/additional/edsparameters)

[EDS Query Refiners](/reference/live/rest/additional/edsqueryrefiners)

[Marketplace URIs](/reference/live/rest/uri/marketplace/atoc-reference-marketplace)

[Additional Reference](/reference/live/rest/additional/atoc-xboxlivews-reference-additional)


## Related topics

- [Player Inventory Quickstart](/services/playfab/economy-monetization/economy-v2/inventory/quickstart.md)
- [Fraud prevention quickstart](/services/playfab/economy-monetization/economy-v2/fraud-prevention/quickstart.md)
- [PlayFab Inventory APIs](/services/playfab/economy-monetization/economy-v2/inventory/index.md)
- [character_inventory_item_added](/services/playfab/api-references/events/Character/character-inventory-item-added.md)
- [player_inventory_item_added](/services/playfab/api-references/events/Player/player-inventory-item-added.md)
