Request type is unspecified. This should not be used.
INFO_PENDING
Use this request type to submit your order and initiate conversation with Google. After this submission, you will not be able to modify the number or SKU of your ordered hardware. Please note that this order will not be ready for fulfillment yet until you provide more information, such as zone network configuration, hardware physical and installation information, etc. If you are submitting an order for a SKU type of RACK, please use this request type, as additional information will be required outside of the API.
INFO_COMPLETE
Use this request type if and when you are ready to submit your order for fulfillment. In addition to the information required for INFO_PENDING, the order must contain all required information, such as zone network configuration, hardware physical and installation information, etc. Further changes to any order information will no longer be allowed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-11 UTC."],[[["\u003cp\u003eThis endpoint allows users to submit an order using a POST request to a specific URL that follows gRPC Transcoding syntax, and the order's name is a required path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body can optionally include a unique identifier (\u003ccode\u003erequestId\u003c/code\u003e) and a \u003ccode\u003etype\u003c/code\u003e field which is crucial for indicating whether the order is \u003ccode\u003eINFO_PENDING\u003c/code\u003e or \u003ccode\u003eINFO_COMPLETE\u003c/code\u003e, affecting order modification and fulfillment status.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful submission returns an \u003ccode\u003eOperation\u003c/code\u003e instance in the response body, indicating the asynchronous nature of the order processing.\u003c/p\u003e\n"],["\u003cp\u003eSubmitting an order requires OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the \u003ccode\u003egdchardwaremanagement.orders.submit\u003c/code\u003e IAM permission on the specified order resource.\u003c/p\u003e\n"],["\u003cp\u003eThe type of request, whether it is \u003ccode\u003eINFO_PENDING\u003c/code\u003e or \u003ccode\u003eINFO_COMPLETE\u003c/code\u003e impacts the process, as the latter requires all the necessary details and prevents any change to the order.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.orders.submit\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Type](#Type)\n- [Try it!](#try-it)\n\nSubmits an order.\n\n### HTTP request\n\n`POST https://gdchardwaremanagement.googleapis.com/v1alpha/{name=projects/*/locations/*/orders/*}:submit`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/distributed-cloud/edge/latest/docs/reference/hardware/rest/v1alpha/projects.locations.operations#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `gdchardwaremanagement.orders.submit`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs).\n\nType\n----\n\nValid types of submit order request."]]