Manage orders - Get a SKU by ID
Recupera o sku para a ID do produto e a ID de sku fornecidas.
GET https://api.partnercenter.microsoft.com/v{version}/products/{productId}/skus/{skuId}
GET https://api.partnercenter.microsoft.com/v{version}/products/{productId}/skus/{skuId}?country={country}&reservationScope={reservationScope}
Parâmetros de URI
Nome | Em | Obrigatório | Tipo | Description |
---|---|---|---|---|
product
|
path | True |
string |
A ID do produto. |
sku
|
path | True |
string |
A ID de sku. |
version
|
path | True |
string |
|
country
|
query |
string |
As informações do país. Representação de duas letras do país |
|
reservation
|
query |
string |
O filtro de escopo de reserva opcional. |
Cabeçalho da solicitação
Nome | Obrigatório | Tipo | Description |
---|---|---|---|
Authorization | True |
string |
Token de portador de autorização |
ms-correlationid |
string |
Usado para acompanhar solicitações internamente. Se um ms-correlationid não for fornecido, o servidor gerará um novo para cada solicitação |
|
MS-CV |
string |
Usado para acompanhar solicitações internamente. Se um MS-CV não for fornecido, o servidor gerará um novo para cada solicitação |
|
ms-requestid |
string |
Usado para idempotency de solicitações. Se uma ms-requestid não for fornecida, o servidor gerará uma nova para cada solicitação |
Respostas
Nome | Tipo | Description |
---|---|---|
200 OK |
A solicitação foi bem-sucedida. O sku é retornado no corpo da resposta. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definições
Nome | Description |
---|---|
Contracts. |
|
Contracts. |
|
Link | |
Resource |
|
Supported |
|
System. |
Contracts.V1.Models.Sku
Nome | Tipo | 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
Nome | Tipo | Description |
---|---|---|
attestationType |
string |
|
enforceAttestation |
boolean |
Link
Nome | Tipo | Description |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
ResourceLinks
Nome | Tipo | Description |
---|---|---|
next | ||
previous | ||
self |
SupportedBillingCycles
Nome | Tipo | Description |
---|---|---|
annual |
string |
|
monthly |
string |
|
none |
string |
|
one_time |
string |
|
triennial |
string |
|
unknown |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nome | Tipo | Description |
---|---|---|
key |
string |
|
value |
string |