Manage orders - Get a SKU by ID (by customer)
Recupera lo SKU per l'ID prodotto e l'ID SKU specificati.
GET https://api.partnercenter.microsoft.com/v{version}/customers/{customerId}/products/{productId}/skus/{skuId}
GET https://api.partnercenter.microsoft.com/v{version}/customers/{customerId}/products/{productId}/skus/{skuId}?reservationScope={reservationScope}
Parametri dell'URI
Nome | In | Necessario | Tipo | Descrizione |
---|---|---|---|---|
customer
|
path | True |
string |
ID cliente |
product
|
path | True |
string |
ID prodotto. |
sku
|
path | True |
string |
ID sku. |
version
|
path | True |
string |
|
reservation
|
query |
string |
Filtro dell'ambito della prenotazione facoltativo. |
Intestazione della richiesta
Nome | Necessario | Tipo | Descrizione |
---|---|---|---|
Authorization | True |
string |
Token di connessione dell'autorizzazione |
ms-correlationid |
string |
Usato per tenere traccia delle richieste internamente. Se non viene specificato un ms-correlationid, il server genererà un nuovo elemento per ogni richiesta |
|
MS-CV |
string |
Usato per tenere traccia delle richieste internamente. Se non viene specificata una MS-CV, il server genererà un nuovo per ogni richiesta |
|
ms-requestid |
string |
Usato per l'idempotenza delle richieste. Se non viene specificato un ms-requestid, il server genererà un nuovo per ogni richiesta |
Risposte
Nome | Tipo | Descrizione |
---|---|---|
200 OK |
La richiesta ha avuto esito positivo. Lo SKU viene restituito nel corpo della risposta. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definizioni
Nome | Descrizione |
---|---|
Contracts. |
|
Contracts. |
|
Link | |
Resource |
|
Supported |
|
System. |
Contracts.V1.Models.Sku
Nome | Tipo | Descrizione |
---|---|---|
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
Nome | Tipo | Descrizione |
---|---|---|
attestationType |
string |
|
enforceAttestation |
boolean |
Link
Nome | Tipo | Descrizione |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
ResourceLinks
Nome | Tipo | Descrizione |
---|---|---|
next | ||
previous | ||
self |
SupportedBillingCycles
Nome | Tipo | Descrizione |
---|---|---|
annual |
string |
|
monthly |
string |
|
none |
string |
|
one_time |
string |
|
triennial |
string |
|
unknown |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nome | Tipo | Descrizione |
---|---|---|
key |
string |
|
value |
string |