AI-generated Key Takeaways
-
This operation creates a new brand, primarily used to configure a brand before submitting its properties.
-
The brand might take a few days to appear after its listing feed is provided.
-
Creating a brand requires a POST HTTP request to the specified URL, using gRPC Transcoding syntax.
-
The request requires a
parent
path parameter for the Hotel Center account and abrandId
query parameter for the brand identifier. -
The response body will contain a newly created Brand instance if successful, and the operation requires the
https://www.googleapis.com/auth/travelpartner
OAuth scope.
Creates a new brand. Because Google detects brands from your existing properties, you only need this operation when you want to configure a brand before you send its properties to Google. Note that it might take a couple of days after your listing feed first provides a brand for the brand to appear.
HTTP request
POST https://travelpartner.googleapis.com/v3/{parent=accounts/*}/brands
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The resource name of the Hotel Center account being queried. The format is |
Query parameters
Parameters | |
---|---|
brandId |
Required. The partner-determined brand identifier. |
Request body
The request body contains an instance of Brand
.
Response body
If successful, the response body contains a newly created instance of Brand
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.