Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.15 KB

storesku.md

File metadata and controls

23 lines (16 loc) · 1.15 KB
-api-id -api-type
T:Windows.Services.Store.StoreSku
winrt class

Windows.Services.Store.StoreSku

-description

Provides info for a stock keeping unit (SKU) of a product in the Microsoft Store.

-remarks

A SKU is a code that uniquely identifies a particular version of a product or service. It is a very common term used in the field of inventory management. Products in the Store are organized in a hierarcy of product, SKU, and availability objects. Products are represented by StoreProduct objects. The SKUs for each product are represented by StoreSku objects, and the availabilities for each SKU are represented by StoreAvailability objects. For more information, see In-app purchases and trials.

To access the SKUs for a product, use the Skus property of the StoreProduct for the product in which you are interested.

-examples

-see-also

In-app purchases and trials