Manage orders - Get a list of SKUs for a product (by customer)
Verilen ürün kimliği için tüm sku'ları alır.
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 Parametreleri
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
customer
|
path | True |
string |
Müşteri kimliği |
product
|
path | True |
string |
Ürün kimliği. |
version
|
path | True |
string |
|
reservation
|
query |
string |
İsteğe bağlı rezervasyon kapsamı filtresi. |
|
target
|
query |
string |
İsteğe bağlı segment filtresi. |
İstek Başlığı
Name | Gerekli | Tür | Description |
---|---|---|---|
Authorization | True |
string |
Yetkilendirme Taşıyıcı belirteci |
ms-correlationid |
string |
İstekleri dahili olarak izlemek için kullanılır. Bir ms-correlationid sağlanmazsa, sunucu her istek için yeni bir tane oluşturur |
|
MS-CV |
string |
İstekleri dahili olarak izlemek için kullanılır. Bir MS-CV sağlanmazsa, sunucu her istek için yeni bir tane oluşturur |
|
ms-requestid |
string |
İsteklerin eşzamanlılığı için kullanılır. Bir ms-requestid sağlanmazsa, sunucu her istek için yeni bir tane oluşturur |
Yanıtlar
Name | Tür | Description |
---|---|---|
200 OK |
İstek başarılı oldu. Sku'lar yanıt gövdesinde döndürülür. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Tanımlar
Contracts.V1.Models.Sku
Name | Tür | 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
Name | Tür | Description |
---|---|---|
attestationType |
string |
|
enforceAttestation |
boolean |
Link
Name | Tür | Description |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
ResourceAttributes
Name | Tür | Description |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceCollection[Contracts.V1.Models.Sku]
Name | Tür | Description |
---|---|---|
attributes | ||
items | ||
links | ||
totalCount |
integer |
ResourceLinks
Name | Tür | Description |
---|---|---|
next | ||
previous | ||
self |
SupportedBillingCycles
Name | Tür | Description |
---|---|---|
annual |
string |
|
monthly |
string |
|
none |
string |
|
one_time |
string |
|
triennial |
string |
|
unknown |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Name | Tür | Description |
---|---|---|
key |
string |
|
value |
string |