Share via


StoreSku.StoreId 속성

정의

이 제품 SKU의 Store ID를 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

이 제품 SKU의 Store ID입니다.

설명

이 속성에서 반환된 Store ID에는 다음과 같은 형식 <의 제품 Store ID>/<SKU Store ID>가 있습니다.

  • <product Store ID> 는 9NBLGGH69M0B와 같은 12자 알파 숫자 문자열입니다. 이 스토어 ID는 파트너 센터에서 사용할 수 있으며 관련 StoreProduct 개체의 StoreId 속성에 의해 반환됩니다.
  • <SKU 저장소 ID>는 SKU를 식별하는 4자 영숫자 문자열입니다. 이 속성에서 반환된 전체 Store ID의 예는 9NBLGGH69M0B/000N입니다.

적용 대상