Manage orders - Get an availability for a SKU (by customer)
擷取所要求客戶內容的可用性。
GET https://api.partnercenter.microsoft.com/v{version}/customers/{customerId}/products/{productId}/skus/{skuId}/availabilities/{availabilityId}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
availability
|
path | True |
string |
可用性識別碼。 |
customer
|
path | True |
string |
客戶標識碼。 |
product
|
path | True |
string |
產品標識碼。 |
sku
|
path | True |
string |
SKU 標識碼。 |
version
|
path | True |
string |
要求標頭
名稱 | 必要 | 類型 | Description |
---|---|---|---|
Authorization | True |
string |
授權持有人令牌 |
ms-correlationid |
string |
用於在內部追蹤要求。 如果未提供 ms-correlationid,伺服器將會為每個要求產生新的標識符 |
|
MS-CV |
string |
用於在內部追蹤要求。 如果未提供 MS-CV,伺服器將會為每個要求產生新的要求 |
|
ms-requestid |
string |
用於要求的等冪性。 如果未提供 ms-requestid,伺服器將會為每個要求產生新的要求 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
要求成功。 回應本文中會傳回可用性。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
定義
Contracts.V1.Models.Availability
名稱 | 類型 | Description |
---|---|---|
catalogItemId |
string |
|
country |
string |
|
defaultCurrency | ||
id |
string |
|
includedQuantityOptions | ||
isPurchasable |
boolean |
|
isRenewable |
boolean |
|
links | ||
product | ||
productId |
string |
|
renewalInstructions | ||
segment |
string |
|
sku | ||
skuId |
string |
|
terms |
Contracts.V1.Models.AvailabilityIncludedQuantity
名稱 | 類型 | Description |
---|---|---|
description |
string |
|
units |
string |
Contracts.V1.Models.AvailabilityLinks
名稱 | 類型 | Description |
---|---|---|
next | ||
previous | ||
pricing | ||
self |
Contracts.V1.Models.AvailabilityTerm
名稱 | 類型 | Description |
---|---|---|
billingCycle |
string |
|
cancellationPolicies | ||
description |
string |
|
duration |
string |
|
id |
string |
|
renewalOptions |
Contracts.V1.Models.CancellationPolicy
名稱 | 類型 | Description |
---|---|---|
refundOptions |
Contracts.V1.Models.CancellationRefundOption
名稱 | 類型 | Description |
---|---|---|
expiresAfter |
string |
|
sequenceId |
integer |
|
type |
string |
Contracts.V1.Models.CurrencyInfo
名稱 | 類型 | Description |
---|---|---|
code |
string |
|
symbol |
string |
Contracts.V1.Models.ItemType
名稱 | 類型 | Description |
---|---|---|
displayName |
string |
|
id |
string |
|
subType |
Contracts.V1.Models.Product
名稱 | 類型 | Description |
---|---|---|
description |
string |
|
id |
string |
|
isMicrosoftProduct |
boolean |
|
links | ||
localizedAttributes |
System. |
|
productType | ||
publisherName |
string |
|
title |
string |
Contracts.V1.Models.ProductLinks
名稱 | 類型 | Description |
---|---|---|
next | ||
previous | ||
self | ||
skus |
Contracts.V1.Models.RenewalInstruction
名稱 | 類型 | Description |
---|---|---|
applicableTermIds |
string[] |
|
renewalOptions |
Contracts.V1.Models.RenewalInstructionOption
名稱 | 類型 | Description |
---|---|---|
isAutoRenewable |
boolean |
|
renewToId |
string |
Contracts.V1.Models.RenewalOption
名稱 | 類型 | Description |
---|---|---|
description |
string |
|
termDuration |
string |
Contracts.V1.Models.Sku
名稱 | 類型 | Description |
---|---|---|
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
名稱 | 類型 | Description |
---|---|---|
attestationType |
string |
|
enforceAttestation |
boolean |
Link
名稱 | 類型 | Description |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
ResourceLinks
名稱 | 類型 | Description |
---|---|---|
next | ||
previous | ||
self |
SupportedBillingCycles
名稱 | 類型 | Description |
---|---|---|
annual |
string |
|
monthly |
string |
|
none |
string |
|
one_time |
string |
|
triennial |
string |
|
unknown |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
名稱 | 類型 | Description |
---|---|---|
key |
string |
|
value |
string |