Manage orders - Get a list of Skus (by country)
指定された製品 ID のすべての SKU を取得します。
GET https://api.partnercenter.microsoft.com/v{version}/products/{productId}/skus
GET https://api.partnercenter.microsoft.com/v{version}/products/{productId}/skus?country={country}&targetSegment={targetSegment}&reservationScope={reservationScope}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
product
|
path | True |
string |
製品 ID。 |
version
|
path | True |
string |
|
country
|
query |
string |
国情報。 国の 2 文字表現 |
|
reservation
|
query |
string |
省略可能な予約スコープ フィルター。 |
|
target
|
query |
string |
省略可能なセグメント フィルター。 |
要求ヘッダー
名前 | 必須 | 型 | 説明 |
---|---|---|---|
Authorization | True |
string |
承認ベアラー トークン |
ms-correlationid |
string |
要求を内部的に追跡するために使用されます。 ms-correlationid が指定されていない場合、サーバーは要求ごとに新しいものを生成します |
|
MS-CV |
string |
要求を内部的に追跡するために使用されます。 MS-CV が指定されていない場合、サーバーは要求ごとに新しい MS-CV を生成します |
|
ms-requestid |
string |
要求のべき等性に使用されます。 ms-requestid が指定されていない場合、サーバーは要求ごとに新しいものを生成します |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
要求が成功しました。 SKU は応答本文で返されます。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
定義
Contracts.V1.Models.Sku
名前 | 型 | 説明 |
---|---|---|
actions |
string[] |
|
attestationProperties | ||
consumptionType |
string |
|
description |
string |
|
dynamicAttributes |
object |
|
id |
string |
|
inventoryVariables |
string[] |
|
isTrial |
boolean |
|
links | ||
maximumQuantity |
integer |
|
minimumQuantity |
integer |
|
productId |
string |
|
provisioningVariables |
string[] |
|
purchasePrerequisites |
string[] |
|
supportedBillingCycles | ||
termsOfUseUri |
string |
|
title |
string |
Contracts.V1.Models.SkuAttestationProperties
名前 | 型 | 説明 |
---|---|---|
attestationType |
string |
|
enforceAttestation |
boolean |
Link
名前 | 型 | 説明 |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
ResourceAttributes
名前 | 型 | 説明 |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceCollection[Contracts.V1.Models.Sku]
名前 | 型 | 説明 |
---|---|---|
attributes | ||
items | ||
links | ||
totalCount |
integer |
ResourceLinks
名前 | 型 | 説明 |
---|---|---|
next | ||
previous | ||
self |
SupportedBillingCycles
名前 | 型 | 説明 |
---|---|---|
annual |
string |
|
monthly |
string |
|
none |
string |
|
one_time |
string |
|
triennial |
string |
|
unknown |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
名前 | 型 | 説明 |
---|---|---|
key |
string |
|
value |
string |