Transactions API will be deprecated on May 3, 2023, ahead of the Conversational Actions sunset on June 13, 2023. For more information, see
Conversational Actions sunset.
PurchaseStatus
Stay organized with collections
Save and categorize content based on your preferences.
Purchase status associated with a purchase order or a particular line item.
Enums |
PURCHASE_STATUS_UNSPECIFIED |
Status unspecified. |
READY_FOR_PICKUP |
Ready for pick up. |
SHIPPED |
Shipped. |
DELIVERED |
Delivered. |
OUT_OF_STOCK |
Out of stock. |
IN_PREPARATION |
"IN_PREPARATION" could have different meaning in different context. For FOOD order it could be food is being prepared. For Retail, it could be an item is being packaged. |
CREATED |
Order is created. |
CONFIRMED |
The merchant confirmed the order. |
REJECTED |
Merchant rejected the order or line item. |
RETURNED |
The Item was returned by user. |
CANCELLED |
The order or line item was cancelled by user. |
CHANGE_REQUESTED |
User has requested a change to the order, and the integrator is processing this change. The order should be moved to another state after the request is handled. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Purchase status indicates the stage of an order or line item within the purchase process, from creation to delivery and beyond."],["Statuses include various stages like `READY_FOR_PICKUP`, `SHIPPED`, `DELIVERED`, `OUT_OF_STOCK`, and others, offering a comprehensive view of the purchase journey."],["Certain statuses like `IN_PREPARATION` may have varying interpretations based on the specific context, such as food preparation or retail packaging."],["User-driven actions can also impact purchase status, including order cancellations (`CANCELLED`), returns (`RETURNED`), and change requests (`CHANGE_REQUESTED`)."],["Merchant actions are reflected in statuses like order confirmation (`CONFIRMED`) or rejection (`REJECTED`), providing insight into merchant responses."]]],[]]