L'API Transactions verrà ritirata il 3 maggio 2023, prima della disattivazione delle azioni di conversazione il 13 giugno 2023. Per ulteriori informazioni, vedi
Ritiro di Azioni di conversazione.
PurchaseStatus
Stato di acquisto associato a un ordine di acquisto o a un determinato elemento pubblicitario.
Enum |
PURCHASE_STATUS_UNSPECIFIED |
Stato non specificato. |
READY_FOR_PICKUP |
Pronto per il ritiro. |
SHIPPED |
Spedito. |
DELIVERED |
Consegnato. |
OUT_OF_STOCK |
Non disponibile. |
IN_PREPARATION |
"IN_PREPARAZIONE" potrebbe avere un significato diverso in un contesto diverso. Per l'ordine degli alimenti, potrebbe essere in preparazione il cibo. Per quanto riguarda Retail, potrebbe essere un articolo in fase di imballaggio. |
CREATED |
L'ordine è stato creato. |
CONFIRMED |
Il commerciante ha confermato l'ordine. |
REJECTED |
Il commerciante ha rifiutato l'ordine o l'elemento pubblicitario. |
RETURNED |
L'articolo è stato restituito dall'utente. |
CANCELLED |
L'ordine o l'elemento pubblicitario è stato annullato dall'utente. |
CHANGE_REQUESTED |
L'utente ha richiesto una modifica dell'ordine e l'integratore la sta elaborando. L'ordine dovrebbe essere spostato in un altro stato dopo la gestione della richiesta. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2023-05-16 UTC.
[null,null,["Ultimo aggiornamento 2023-05-16 UTC."],[[["Purchase status values provide insights into the stage of an order, from creation and confirmation to shipping, delivery, and potential issues like cancellations or returns."],["Statuses like \"IN_PREPARATION\", \"READY_FOR_PICKUP\", \"SHIPPED\", and \"DELIVERED\" specifically track the fulfillment process of an order."],["\"OUT_OF_STOCK\" and \"REJECTED\" highlight potential roadblocks in fulfilling an order or line item."],["Statuses such as \"CANCELLED\", \"RETURNED\", and \"CHANGE_REQUESTED\" indicate actions taken by the user or changes in the order's progress."],["The \"PURCHASE_STATUS_UNSPECIFIED\" value acts as a default or placeholder when a more specific status isn't yet determined."]]],["The core content details purchase order statuses, which include `CREATED`, `CONFIRMED`, and `REJECTED`. Items can be `IN_PREPARATION` (e.g., being packaged or food being prepared), `READY_FOR_PICKUP`, `SHIPPED`, `DELIVERED`, or `OUT_OF_STOCK`. Users can `CANCELLED` an order, request `CHANGE_REQUESTED`, or a `RETURNED` item. There's also an `PURCHASE_STATUS_UNSPECIFIED` for unknown statuses. These states track the progression of a purchase from creation to completion or cancellation.\n"]]