ב-3 במאי 2023 נוציא משימוש את Transactions API, לפני ההוצאה משימוש של Conversations Actions ב-13 ביוני 2023.
כאן תוכלו לקרוא מידע נוסף על ההוצאה משימוש של 'פעולות שיחה'.
OrderRequestHeader
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eThis documentation details the common header structure for order request messages, specifically focusing on the JSON representation.\u003c/p\u003e\n"],["\u003cp\u003eThe header utilizes the \u003ccode\u003eisInSandbox\u003c/code\u003e field, a boolean value indicating whether the order is a sandbox test order or a real order intended for processing.\u003c/p\u003e\n"],["\u003cp\u003eSandbox orders, identified by \u003ccode\u003eisInSandbox\u003c/code\u003e being true, should not be financially charged or physically fulfilled.\u003c/p\u003e\n"]]],["The core content describes a JSON header for order request messages, specifically the `isInSandbox` field. This field, a required boolean, signals whether the order is a test or \"sandbox\" order. When `isInSandbox` is true, the order should not be charged or fulfilled, indicating it's for testing purposes. The header is applicable to all order request messages.\n"],null,["# OrderRequestHeader\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nCommon header for all order request messages.\n\n| JSON representation ||\n|------------------------------------|---|\n| ``` { \"isInSandbox\": boolean } ``` |\n\n| Fields ||\n|---------------|-------------------------------------------------------------------------------------------------------------------|\n| `isInSandbox` | `boolean` Required: When true, indicates that this is a sandbox order, which should not be charged and fulfilled. |"]]