Method: accounts.homepage.claim

Claims a store's homepage. Executing this method requires admin access.

If the homepage is already claimed, this will recheck the verification (unless the merchant is exempted from claiming, which also exempts from verification) and return a successful response. If ownership can no longer be verified, it will return an error, but it won't clear the claim. In case of failure, a canonical error message will be returned: * PERMISSION_DENIED: user doesn't have the necessary permissions on this MC account; * FAILED_PRECONDITION: - The account is not a Merchant Center account; - MC account doesn't have a homepage; - claiming failed (in this case the error message will contain more details).

HTTP request

POST https://merchantapi.googleapis.com/accounts/v1beta/{name=accounts/*/homepage}:claim

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the homepage to claim. Format: accounts/{account}/homepage

Request body

The request body contains data with the following structure:

JSON representation
{
  "overwrite": boolean
}
Fields
overwrite

boolean

Optional. When set to true, this option removes any existing claim on the requested website and replaces it with a claim from the account that makes the request.

Response body

If successful, the response body contains an instance of Homepage.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.