Inventory Scenarios

This document describes Marketplace Inventory APIs. The Inventory service is a publicly-available service that at a high level answers the question: What does a user own or currently have access to?

Core Service Scenarios

  1. A game or publisher wants to enumerate inventory for a single user.
  2. A game or publisher wants to view details about a single inventory item (for a single user).
  3. A game or publisher wants to view details about a single consumable entitlement (for a single user).
  4. A game or publisher wants to report the usage of a consumable inventory item.

General Guidelines

Reference

/users/me/inventory

/inventory/consumables/{itemID}

/inventory/{itemID}