AI-generated Key Takeaways
- 
          Claims a website for a Merchant Center sub-account, unless it's managed by an approved third-party CSS. 
- 
          Requires a POSTrequest to the specified endpoint withmerchantIdandaccountIdas path parameters.
- 
          Optionally, uses the overwritequery parameter to replace existing website claims.
- 
          An empty request body is necessary for this operation. 
- 
          Upon successful execution, the response includes a confirmation with the kind " content#accountsClaimWebsiteResponse".
- 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 | |
|---|---|
| merchantId | 
 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  | 
| accountId | 
 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.