- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Claims the website of a Merchant Center sub-account. Merchant accounts with approved third-party CSSs aren't required to claim a website.
HTTP request
POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/accounts/{accountId}/claimwebsite
Path parameters
Parameters | |
---|---|
merchant |
The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and |
account |
The ID of the account whose website is claimed. |
Query parameters
Parameters | |
---|---|
overwrite |
Only available to selected merchants, for example multi-client accounts (MCAs) and their sub-accounts. When set to |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "kind": string } |
Fields | |
---|---|
kind |
Identifies what kind of resource this is. Value: the fixed string " |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.