Method: inventory.partners.merchants.getStatus
HTTP request
GET https://mapsbooking.googleapis.com/v1alpha/inventory/{name=partners/*/merchants/*/status}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-17 UTC.
[null,null,["Last updated 2024-10-17 UTC."],[[["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."]]],[]]