Required. The project and location to create the order in. Format: projects/{project}/locations/{location}
Query parameters
Parameters
orderId
string
Optional. ID used to uniquely identify the Order within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and - are accepted. The - character cannot be the first or the last one. A system generated ID will be used if the field is not set.
The order.name field in the request will be ignored.
requestId
string
Optional. An optional unique identifier for this request. See AIP-155.
[[["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."],[[["This page details how to create a new order within a specified project and location using the `POST` HTTP request method."],["The process requires specifying a `parent` path parameter that includes the project and location in the format `projects/{project}/locations/{location}`."],["Optional query parameters such as `orderId` for custom order identifiers and `requestId` for unique request identifiers are available."],["The request body should contain an instance of the `Order` resource, while a successful response will return a newly created instance of the `Operation` resource."],["Creating an order requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `gdchardwaremanagement.orders.create` on the `parent` resource."]]],[]]