Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.15 KB

storeavailability_storeid.md

File metadata and controls

27 lines (20 loc) · 1.15 KB
-api-id -api-type
P:Windows.Services.Store.StoreAvailability.StoreId
winrt property

Windows.Services.Store.StoreAvailability.StoreId

-description

Gets the Store ID of the current SKU availability from the Microsoft Store catalog.

-property-value

The Store ID of the current SKU availability from the Microsoft Store catalog.

-remarks

The Store ID returned by this property has the format <product Store ID>/<SKU Store ID>/<availability Store ID>, where:

  • <product Store ID> is a 12-character alpha-numeric string, such as 9NBLGGH69M0B. This Store ID is available in Partner Center, and it is returned by the StoreId property of the related StoreProduct object.
  • <SKU Store ID> is a 4-character alpha-numeric string that identifies the SKU.
  • <availability Store ID> is a 12-character alpha-numeric string that identifies the availability. An example complete Store ID returned by this property is 9NBLGGH69M0B/000N/4KW6QZD2VN6X.

-examples

-see-also