ב-3 במאי 2023 נוציא משימוש את Transactions API, לפני ההוצאה משימוש של Conversations Actions ב-13 ביוני 2023.
כאן תוכלו לקרוא מידע נוסף על ההוצאה משימוש של 'פעולות שיחה'.
PurchaseStatus
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
סטטוס הרכישה שמשויך להזמנת רכש או לפריט מסוים.
טיפוסים בני מנייה (enum) |
PURCHASE_STATUS_UNSPECIFIED |
הסטטוס לא צוין. |
READY_FOR_PICKUP |
מוכנה לאיסוף. |
SHIPPED |
ההזמנה נשלחה. |
DELIVERED |
ההודעה נמסרה. |
OUT_OF_STOCK |
חסר במלאי. |
IN_PREPARATION |
ל-"IN_PREPARATION" יכולה להיות משמעות שונה בהקשר שונה. להזמנה ממסעדה, יכול להיות שהמערכת מכינה אוכל. בתחום הקמעונאות, יכול להיות שפריט נמצא בחבילה. |
CREATED |
ההזמנה נוצרה. |
CONFIRMED |
המוכר אישר את ההזמנה. |
REJECTED |
המוכר דחה את ההזמנה או את הפריט. |
RETURNED |
הפריט הוחזר על ידי המשתמש. |
CANCELLED |
ההזמנה או הפריט בוטלו על ידי המשתמש. |
CHANGE_REQUESTED |
המשתמש ביקש לבצע שינוי בהזמנה, והשילוב מעבד את השינוי הזה. יש להעביר את ההזמנה למצב אחר אחרי שהבקשה תטופל. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\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. |"]]