Manage orders - Get a list of SKUs for a product (by customer)
Pobiera wszystkie jednostki SKU dla danego identyfikatora produktu.
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}
Parametry identyfikatora URI
Nazwa | W | Wymagane | Typ | Opis |
---|---|---|---|---|
customer
|
path | True |
string |
Identyfikator klienta |
product
|
path | True |
string |
Identyfikator produktu. |
version
|
path | True |
string |
|
reservation
|
query |
string |
Opcjonalny filtr zakresu rezerwacji. |
|
target
|
query |
string |
Opcjonalny filtr segmentu. |
Nagłówek żądania
Nazwa | Wymagane | Typ | Opis |
---|---|---|---|
Authorization | True |
string |
Token elementu nośnego autoryzacji |
ms-correlationid |
string |
Służy do śledzenia żądań wewnętrznie. Jeśli nie podano identyfikatora ms-correlationid, serwer wygeneruje nowy dla każdego żądania |
|
MS-CV |
string |
Służy do śledzenia żądań wewnętrznie. Jeśli nie podano MS-CV, serwer wygeneruje nowy dla każdego żądania |
|
ms-requestid |
string |
Służy do idempotentności żądań. Jeśli nie podano identyfikatora ms-requestid, serwer wygeneruje nowy dla każdego żądania |
Odpowiedzi
Nazwa | Typ | Opis |
---|---|---|
200 OK |
Żądanie zakończyło się pomyślnie. Jednostki SKU są zwracane w treści odpowiedzi. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definicje
Contracts.V1.Models.Sku
Nazwa | Typ | Opis |
---|---|---|
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
Nazwa | Typ | Opis |
---|---|---|
attestationType |
string |
|
enforceAttestation |
boolean |
Link
Nazwa | Typ | Opis |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
ResourceAttributes
Nazwa | Typ | Opis |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceCollection[Contracts.V1.Models.Sku]
Nazwa | Typ | Opis |
---|---|---|
attributes | ||
items | ||
links | ||
totalCount |
integer |
ResourceLinks
Nazwa | Typ | Opis |
---|---|---|
next | ||
previous | ||
self |
SupportedBillingCycles
Nazwa | Typ | Opis |
---|---|---|
annual |
string |
|
monthly |
string |
|
none |
string |
|
one_time |
string |
|
triennial |
string |
|
unknown |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nazwa | Typ | Opis |
---|---|---|
key |
string |
|
value |
string |