Manage orders - Get a list of SKUs for a product (by customer)
Recupera todos os skus para a ID do produto fornecida.
GET https://api.partnercenter.microsoft.com/v{version}/customers/{customerId}/products/{productId}/skus
GET https://api.partnercenter.microsoft.com/v{version}/customers/{customerId}/products/{productId}/skus?targetSegment={targetSegment}&reservationScope={reservationScope}
Parâmetros de URI
Nome | Em | Obrigatório | Tipo | Description |
---|---|---|---|---|
customer
|
path | True |
string |
A ID do cliente |
product
|
path | True |
string |
A ID do produto. |
version
|
path | True |
string |
|
reservation
|
query |
string |
O filtro de escopo de reserva opcional. |
|
target
|
query |
string |
O filtro de segmento 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. Os skus são retornados no corpo da resposta. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definições
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 |
ResourceAttributes
Nome | Tipo | Description |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceCollection[Contracts.V1.Models.Sku]
Nome | Tipo | Description |
---|---|---|
attributes | ||
items | ||
links | ||
totalCount |
integer |
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 |