Manage orders - Get a product by ID (by customer)
Ülke ve yerel ayar bilgilerini kullanarak bir ürünü tanımlayıcısına göre alır.
GET https://api.partnercenter.microsoft.com/v{version}/customers/{customerId}/products/{product_id}
GET https://api.partnercenter.microsoft.com/v{version}/customers/{customerId}/products/{product_id}?reservationScope={reservationScope}
URI Parametreleri
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
customer
|
path | True |
string |
Müşteri kimliği. |
product_id
|
path | True |
string |
Ürün tanımlayıcısı. |
version
|
path | True |
string |
|
reservation
|
query |
string |
İsteğe bağlı rezervasyon kapsamı 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. İstenen ürünler yanıt gövdesinde döndürülür. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Tanımlar
Name | Description |
---|---|
Contracts. |
|
Contracts. |
|
Contracts. |
|
Link | |
System. |
Contracts.V1.Models.ItemType
Name | Tür | Description |
---|---|---|
displayName |
string |
|
id |
string |
|
subType |
Contracts.V1.Models.Product
Name | Tür | Description |
---|---|---|
description |
string |
|
id |
string |
|
isMicrosoftProduct |
boolean |
|
links | ||
localizedAttributes |
System. |
|
productType | ||
publisherName |
string |
|
title |
string |
Contracts.V1.Models.ProductLinks
Name | Tür | Description |
---|---|---|
next | ||
previous | ||
self | ||
skus |
Link
Name | Tür | Description |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Name | Tür | Description |
---|---|---|
key |
string |
|
value |
string |