StoreAvailability.StoreId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Store ID of the current SKU availability from the Microsoft Store catalog.
public:
property Platform::String ^ StoreId { Platform::String ^ get(); };
winrt::hstring StoreId();
public string StoreId { get; }
var string = storeAvailability.storeId;
Public ReadOnly Property StoreId As String
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.