3 maja 2023 roku wycofamy interfejs Transakcje (przed 13 czerwca 2023 r. wycofujemy funkcje Conversational Actions). Więcej informacji znajdziesz w artykule
Wycofanie czynności konwersacyjnych.
OrderRequestHeader
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]