PurchaseStatus
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สถานะการซื้อที่เชื่อมโยงกับใบสั่งซื้อหรือรายการโฆษณาเฉพาะ
Enum |
PURCHASE_STATUS_UNSPECIFIED |
ไม่ระบุสถานะ |
READY_FOR_PICKUP |
พร้อมให้มารับแล้วค่ะ |
SHIPPED |
จัดส่งแล้ว |
DELIVERED |
นำส่งแล้ว |
OUT_OF_STOCK |
สินค้าหมด |
IN_PREPARATION |
"IN_PREPARATION" อาจมีความหมายต่างกันในบริบทที่ต่างกัน สําหรับอาหาร อาจเป็นการจัดเตรียมอาหาร สําหรับธุรกิจค้าปลีก สินค้าอาจเป็นพัสดุภัณฑ์ |
CREATED |
สร้างคําสั่งซื้อแล้ว |
CONFIRMED |
ผู้ขายยืนยันการสั่งซื้อ |
REJECTED |
ผู้ขายปฏิเสธคําสั่งซื้อหรือรายการโฆษณา |
RETURNED |
ผู้ใช้ส่งคืนสินค้ากลับมา |
CANCELLED |
คําสั่งซื้อหรือรายการโฆษณาถูกยกเลิกโดยผู้ใช้ |
CHANGE_REQUESTED |
ผู้ใช้ขอแก้ไขใบสั่งซื้อ และผู้รวมบริการก็กําลังประมวลผลการเปลี่ยนแปลงนี้ ใบสั่งซื้อควรจะถูกย้ายไปยังสถานะอื่นหลังจากที่จัดการคําขอแล้ว |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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. |"]]