Manage orders - Update an existing cart
Aggiorna un carrello esistente.
PUT https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/carts/{cart_id}
Parametri dell'URI
Nome | In | Necessario | Tipo | Descrizione |
---|---|---|---|---|
cart_id
|
path | True |
string |
Identificatore del carrello. |
customer_id
|
path | True |
string |
Identificatore del cliente. |
version
|
path | True |
string |
Intestazione della richiesta
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
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 |
Corpo della richiesta
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Nome | Tipo | Descrizione |
---|---|---|
attributes | ||
creationTimestamp |
string |
|
expirationTimestamp |
string |
|
id |
string |
|
lastModifiedTimestamp |
string |
|
lastModifiedUser |
string |
|
lineItems | ||
links | ||
status |
string |
Risposte
Nome | Tipo | Descrizione |
---|---|---|
200 OK |
object |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |
201 Created |
La richiesta ha avuto esito positivo. Il corpo della risposta contiene le informazioni del carrello. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
400 Bad Request |
Non è presente un input mancante o non valido. Il corpo della risposta fornirà i dettagli dell'errore. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
401 Unauthorized |
La richiesta non è stata autenticata. Il client deve prima eseguire l'autenticazione con il servizio API partner. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
403 Forbidden |
La richiesta è stata autenticata ma è stata rifiutata perché il chiamante non dispone dei diritti per richiamarlo. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
404 Not Found |
La risorsa non viene trovata o non è disponibile con i parametri di input specificati. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
500 Internal Server Error |
Il servizio API partner o una delle relative dipendenze non è riuscito a soddisfare la richiesta. I chiamanti possono riprovare. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definizioni
Microsoft.Partner.Core.Collections.Link
Nome | Tipo | Descrizione |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
Microsoft.Partner.Core.Collections.ResourceAttributes
Nome | Tipo | Descrizione |
---|---|---|
etag |
string |
|
objectType |
string |
Microsoft.Partner.Core.Collections.ResourceLinks
Nome | Tipo | Descrizione |
---|---|---|
next | ||
previous | ||
self |
Microsoft.Partner.Services.Carts.V1.Models.Cart
Nome | Tipo | Descrizione |
---|---|---|
attributes | ||
creationTimestamp |
string |
|
expirationTimestamp |
string |
|
id |
string |
|
lastModifiedTimestamp |
string |
|
lastModifiedUser |
string |
|
lineItems | ||
links | ||
status |
string |
Microsoft.Partner.Services.Carts.V1.Models.CartError
Nome | Tipo | Descrizione |
---|---|---|
errorCode |
enum:
|
|
errorDescription |
string |
Microsoft.Partner.Services.Carts.V1.Models.CartLineItem
Nome | Tipo | Descrizione |
---|---|---|
addonItems | ||
attestationAccepted |
boolean |
|
billingCycle |
enum:
|
|
catalogItemId |
string |
|
currencyCode |
string |
|
customTermEndDate |
string |
|
error | ||
friendlyName |
string |
|
id |
integer |
|
orderGroup |
string |
|
participants | ||
promotionId |
string |
|
provisioningContext |
object |
|
purchaseCommitment |
Microsoft. |
|
quantity |
integer |
|
renewsTo | ||
termDuration |
string |
Microsoft.Partner.Services.Carts.V1.Models.PurchaseCommitment
Nome | Tipo | Descrizione |
---|---|---|
amount |
number |
|
currency |
string |
|
grain |
string |
Microsoft.Partner.Services.Carts.V1.Models.RenewsTo
Nome | Tipo | Descrizione |
---|---|---|
termDuration |
string |
System.Collections.Generic.KeyValuePair[Microsoft.Partner.Services.Carts.V1.Models.ParticipantType,System.String]
Nome | Tipo | Descrizione |
---|---|---|
key |
enum:
|
|
value |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nome | Tipo | Descrizione |
---|---|---|
key |
string |
|
value |
string |