REST Resource: accounts.homepage
Stay organized with collections
Save and categorize content based on your preferences.
Resource: Homepage
The Homepage
message represents a business's store homepage within the system.
A business's homepage is the primary domain where customers interact with their store.
The homepage can be claimed and verified as a proof of ownership and allows the business to unlock features that require a verified website. For more information, see Understanding online store URL verification.
JSON representation |
{
"name": string,
"claimed": boolean,
"uri": string
} |
Fields |
name |
string
Identifier. The resource name of the store's homepage. Format: accounts/{account}/homepage
|
claimed |
boolean
Output only. Whether the homepage is claimed. See https://support.google.com/merchants/answer/176793.
|
uri |
string
Required. The URI (typically a URL) of the store's homepage.
|
Methods |
|
Claims a store's homepage. |
|
Retrieves a store's homepage. |
|
Unclaims a store's homepage. |
|
Updates a store's homepage. |
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 2025-07-31 UTC.
[null,null,["Last updated 2025-07-31 UTC."],[],[],null,["# REST Resource: accounts.homepage\n\n- [Resource: Homepage](#Homepage)\n - [JSON representation](#Homepage.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Homepage\n------------------\n\nThe `Homepage` message represents a business's store homepage within the system.\n\nA business's homepage is the primary domain where customers interact with their store.\n\nThe homepage can be claimed and verified as a proof of ownership and allows the business to unlock features that require a verified website. For more information, see [Understanding online store URL verification](//support.google.com/merchants/answer/176793).\n\n| JSON representation |\n|---------------------------------------------------------------|\n| ``` { \"name\": string, \"claimed\": boolean, \"uri\": string } ``` |\n\n| Fields ||\n|-----------|-------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the store's homepage. Format: `accounts/{account}/homepage` |\n| `claimed` | `boolean` Output only. Whether the homepage is claimed. See \u003chttps://support.google.com/merchants/answer/176793\u003e. |\n| `uri` | `string` Required. The URI (typically a URL) of the store's homepage. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------------|-------------------------------|\n| ### [claim](/merchant/api/reference/rest/accounts_v1/accounts.homepage/claim) | Claims a store's homepage. |\n| ### [getHomepage](/merchant/api/reference/rest/accounts_v1/accounts.homepage/getHomepage) | Retrieves a store's homepage. |\n| ### [unclaim](/merchant/api/reference/rest/accounts_v1/accounts.homepage/unclaim) | Unclaims a store's homepage. |\n| ### [updateHomepage](/merchant/api/reference/rest/accounts_v1/accounts.homepage/updateHomepage) | Updates a store's homepage. |"]]