Manage orders - Get a list of SKUs for a product (by customer)
Ruft alle Skus für die angegebene Produkt-ID ab.
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}
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
customer
|
path | True |
string |
Die Kunden-ID |
product
|
path | True |
string |
Die Produkt-ID. |
version
|
path | True |
string |
|
reservation
|
query |
string |
Der optionale Reservierungsbereichsfilter. |
|
target
|
query |
string |
Der optionale Segmentfilter. |
Anforderungsheader
Name | Erforderlich | Typ | Beschreibung |
---|---|---|---|
Authorization | True |
string |
Autorisierungs-Bearertoken |
ms-correlationid |
string |
Wird intern zum Nachverfolgen von Anforderungen verwendet. Wenn keine ms-correlationid angegeben wird, generiert der Server für jede Anforderung eine neue. |
|
MS-CV |
string |
Wird intern zum Nachverfolgen von Anforderungen verwendet. Wenn kein MS-CV bereitgestellt wird, generiert der Server für jede Anforderung eine neue. |
|
ms-requestid |
string |
Wird für die Idempotenz von Anforderungen verwendet. Wenn keine ms-requestid angegeben wird, generiert der Server für jede Anforderung eine neue anforderung. |
Antworten
Name | Typ | Beschreibung |
---|---|---|
200 OK |
Die Anforderung war erfolgreich. DieKus werden im Antworttext zurückgegeben. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definitionen
Contracts.V1.Models.Sku
Name | Typ | Beschreibung |
---|---|---|
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
Name | Typ | Beschreibung |
---|---|---|
attestationType |
string |
|
enforceAttestation |
boolean |
Link
Name | Typ | Beschreibung |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
ResourceAttributes
Name | Typ | Beschreibung |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceCollection[Contracts.V1.Models.Sku]
Name | Typ | Beschreibung |
---|---|---|
attributes | ||
items | ||
links | ||
totalCount |
integer |
ResourceLinks
Name | Typ | Beschreibung |
---|---|---|
next | ||
previous | ||
self |
SupportedBillingCycles
Name | Typ | Beschreibung |
---|---|---|
annual |
string |
|
monthly |
string |
|
none |
string |
|
one_time |
string |
|
triennial |
string |
|
unknown |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Name | Typ | Beschreibung |
---|---|---|
key |
string |
|
value |
string |