Manage orders - Get a product by ID (by customer)
Recupera un prodotto in base all'identificatore utilizzando le informazioni relative al paese e alle impostazioni locali.
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}
Parametri dell'URI
Nome | In | Necessario | Tipo | Descrizione |
---|---|---|---|---|
customer
|
path | True |
string |
ID cliente. |
product_id
|
path | True |
string |
Identificatore del prodotto. |
version
|
path | True |
string |
|
reservation
|
query |
string |
Filtro dell'ambito della prenotazione facoltativo. |
Intestazione della richiesta
Nome | Necessario | Tipo | Descrizione |
---|---|---|---|
Authorization | True |
string |
Token di connessione dell'autorizzazione |
ms-correlationid |
string |
Usato per tenere traccia delle richieste internamente. Se non viene specificato un ms-correlationid, il server genererà un nuovo elemento per ogni richiesta |
|
MS-CV |
string |
Usato per tenere traccia delle richieste internamente. Se non viene specificata una MS-CV, il server genererà un nuovo per ogni richiesta |
|
ms-requestid |
string |
Usato per l'idempotenza delle richieste. Se non viene specificato un ms-requestid, il server genererà un nuovo per ogni richiesta |
Risposte
Nome | Tipo | Descrizione |
---|---|---|
200 OK |
La richiesta ha avuto esito positivo. I prodotti richiesti vengono restituiti nel corpo della risposta. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definizioni
Nome | Descrizione |
---|---|
Contracts. |
|
Contracts. |
|
Contracts. |
|
Link | |
System. |
Contracts.V1.Models.ItemType
Nome | Tipo | Descrizione |
---|---|---|
displayName |
string |
|
id |
string |
|
subType |
Contracts.V1.Models.Product
Nome | Tipo | Descrizione |
---|---|---|
description |
string |
|
id |
string |
|
isMicrosoftProduct |
boolean |
|
links | ||
localizedAttributes |
System. |
|
productType | ||
publisherName |
string |
|
title |
string |
Contracts.V1.Models.ProductLinks
Nome | Tipo | Descrizione |
---|---|---|
next | ||
previous | ||
self | ||
skus |
Link
Nome | Tipo | Descrizione |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nome | Tipo | Descrizione |
---|---|---|
key |
string |
|
value |
string |