StoreSku.StoreId Property

Definition

Gets the Store ID of this product SKU.

public:
 property Platform::String ^ StoreId { Platform::String ^ get(); };
winrt::hstring StoreId();
public string StoreId { get; }
var string = storeSku.storeId;
Public ReadOnly Property StoreId As String

Property Value

String

Platform::String

winrt::hstring

The Store ID of this product SKU.

Remarks

The Store ID returned by this property has the format <product Store ID>/<SKU 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. An example complete Store ID returned by this property is 9NBLGGH69M0B/000N.

Applies to