Aracılığıyla paylaş


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
customerId
path True

string

Müşteri kimliği.

product_id
path True

string

Ürün tanımlayıcısı.

version
path True

string

reservationScope
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

Contracts.V1.Models.Product

İ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.V1.Models.ItemType
Contracts.V1.Models.Product
Contracts.V1.Models.ProductLinks
Link
System.Collections.Generic.KeyValuePair[System.String,System.String]

Contracts.V1.Models.ItemType

Name Tür Description
displayName

string

id

string

subType

Contracts.V1.Models.ItemType

Contracts.V1.Models.Product

Name Tür Description
description

string

id

string

isMicrosoftProduct

boolean

links

Contracts.V1.Models.ProductLinks

localizedAttributes

System.Collections.Generic.KeyValuePair[System.String,System.String][]

productType

Contracts.V1.Models.ItemType

publisherName

string

title

string

Name Tür Description
next

Link

previous

Link

self

Link

skus

Link

Name Tür Description
body

string

headers

System.Collections.Generic.KeyValuePair[System.String,System.String][]

method

string

uri

string

System.Collections.Generic.KeyValuePair[System.String,System.String]

Name Tür Description
key

string

value

string