13 জুন, 2023 তারিখে কথোপকথনমূলক অ্যাকশন সূর্যাস্তের আগে 3 মে, 2023 তারিখে ট্রানজ্যাকশন API বাতিল করা হবে। আরও তথ্যের জন্য,
কথোপকথনমূলক অ্যাকশন সূর্যাস্ত দেখুন।
PurchaseStatus
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি ক্রয় আদেশ বা একটি নির্দিষ্ট লাইন আইটেমের সাথে সম্পর্কিত ক্রয় অবস্থা।
এনামস |
---|
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 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 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. |"]]