交易 API 將於 2023 年 5 月 3 日淘汰,並將於 2023 年 6 月 13 日淘汰。詳情請參閱「
對話動作已淘汰」。
PurchaseStatus
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
列舉 |
PURCHASE_STATUS_UNSPECIFIED |
狀態不明。 |
READY_FOR_PICKUP |
已可取貨。 |
SHIPPED |
已出貨。 |
DELIVERED |
已送達。 |
OUT_OF_STOCK |
缺貨中。 |
IN_PREPARATION |
「IN_PREPARATION」在不同情境中可能具有不同的意義。FOOD 訂單可能需要準備食物。對零售業來說,這可能是商品包裝狀態。 |
CREATED |
訂單已建立。 |
CONFIRMED |
商家確認訂單。 |
REJECTED |
商家已拒絕訂單或委刊項。 |
RETURNED |
商品已退回使用者。 |
CANCELLED |
使用者取消訂單或委刊項。 |
CHANGE_REQUESTED |
使用者已要求變更訂單,而整合商正在處理這項變更。訂單處理完畢後,訂單就應移到其他狀態。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003ePurchase status values provide insights into the stage of an order, from creation and confirmation to shipping, delivery, and potential issues like cancellations or returns.\u003c/p\u003e\n"],["\u003cp\u003eStatuses like "IN_PREPARATION", "READY_FOR_PICKUP", "SHIPPED", and "DELIVERED" specifically track the fulfillment process of an order.\u003c/p\u003e\n"],["\u003cp\u003e"OUT_OF_STOCK" and "REJECTED" highlight potential roadblocks in fulfilling an order or line item.\u003c/p\u003e\n"],["\u003cp\u003eStatuses such as "CANCELLED", "RETURNED", and "CHANGE_REQUESTED" indicate actions taken by the user or changes in the order's progress.\u003c/p\u003e\n"],["\u003cp\u003eThe "PURCHASE_STATUS_UNSPECIFIED" value acts as a default or placeholder when a more specific status isn't yet determined.\u003c/p\u003e\n"]]],["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"],null,["# PurchaseStatus\n\nPurchase status associated with a purchase order or a particular line item.\n\n| Enums ||\n|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `PURCHASE_STATUS_UNSPECIFIED` | Status unspecified. |\n| `READY_FOR_PICKUP` | Ready for pick up. |\n| `SHIPPED` | Shipped. |\n| `DELIVERED` | Delivered. |\n| `OUT_OF_STOCK` | Out of stock. |\n| `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. |\n| `CREATED` | Order is created. |\n| `CONFIRMED` | The merchant confirmed the order. |\n| `REJECTED` | Merchant rejected the order or line item. |\n| `RETURNED` | The Item was returned by user. |\n| `CANCELLED` | The order or line item was cancelled by user. |\n| `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. |"]]