AI-generated Key Takeaways
-
Retrieve the MerchantStatus of a Merchant using a GET request.
-
The request URL follows gRPC Transcoding syntax and requires a specific path parameter to identify the Merchant.
-
An empty request body is necessary, and the response provides the MerchantStatus if successful.
-
Authorization requires the 'https://www.googleapis.com/auth/mapsbooking' OAuth scope.
Get the MerchantStatus
of a Merchant
.
HTTP request
GET https://mapsbooking.googleapis.com/v1alpha/inventory/{name=partners/*/merchants/*/status}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Resource name, in the format of partners/{partner_id}/merchants/{merchantId}/status. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of MerchantStatus
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/mapsbooking