API Giao dịch sẽ ngừng hoạt động từ ngày 3 tháng 5 năm 2023, trước khi hành động trò chuyện ngừng hoạt động từ ngày 13 tháng 6 năm 2023. Để biết thêm thông tin, hãy xem phần
Hành động trò chuyện ngừng hoạt động.
OrderRequestHeader
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]