Skip to content

Instantly share code, notes, and snippets.

@mjfusa
Last active November 25, 2020 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjfusa/186360435abadec69f4485e39d34c484 to your computer and use it in GitHub Desktop.
Save mjfusa/186360435abadec69f4485e39d34c484 to your computer and use it in GitHub Desktop.
Microsoft App Commerce Client and REST APIs
Microsoft
App Commerce Client and REST APIs
Client API Available REST API Available Client API Documentation REST API Documentation
Inventory
Query
All Available Products for App
Yes No Get product info for apps and add-ons - UWP
applications
NA
Query
Products Owned by User (Durables,Consumables)
Yes Yes Get license info for your app and add-ons - UWP
applications
Query for products - UWP applications
Subscriptions
Query
All Available Subscriptions for App
Yes No Enable subscription add-ons for your app - UWP
applications
NA
Get
Subscriptions Owned By User
Yes Yes Enable subscription add-ons for your app - UWP
applications
Get subscriptions for a user - UWP applications
Purchase
Purchase
Durable
Yes No Enable in-app purchases of apps and add-ons - UWP
applications
NA
Purchase
Consumable
Yes No Enable in-app purchases of apps and add-ons - UWP
applications
NA
Purchase
Subscription
Yes No Enable subscription add-ons for your app - UWP
applications
NA
Fulfillment
Report
a consumable product as fulfilled.
Yes Yes Enable consumable add-on purchases - UWP applications Report consumable products as fulfilled - UWP
applications
Misc
Grant
a free product to a user
No Yes NA Grant free products - UWP applications
Change
the Billing State of a Subscription for a user
No Yes NA Change the billing state of a subscription for a user -
UWP applications

UWP Store App Sample Code (Client APIs): Windows-universal-samples/Samples/Store at master · microsoft/Windows-universal-samples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment