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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eHomepage\u003c/code\u003e resource represents a merchant's primary online store domain within the system and can be used to unlock features requiring verification.\u003c/p\u003e\n"],["\u003cp\u003eMerchants can claim and verify their homepage to prove ownership and access advanced functionalities, with further details available in the online store URL verification documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHomepage\u003c/code\u003e resource includes information like name, claim status, and URI, and supports methods to claim, retrieve, unclaim, and update the homepage.\u003c/p\u003e\n"],["\u003cp\u003eThis resource enables merchants to manage their online store presence and leverage verification for enhanced features within the platform.\u003c/p\u003e\n"]]],["The `Homepage` resource represents a merchant's store homepage, identified by a unique name. It requires a `uri` (URL) and indicates if it is `claimed`. Merchants can claim their homepage to verify ownership, unlocking specific features. The resource supports four methods: `claim`, `getHomepage`, `unclaim`, and `updateHomepage`. Its JSON representation includes the homepage's name, claimed status, and URI. Verifying ownership can be done using `claim`.\n"],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_v1beta/accounts.homepage/claim) | Claims a store's homepage. |\n| ### [getHomepage](/merchant/api/reference/rest/accounts_v1beta/accounts.homepage/getHomepage) | Retrieves a store's homepage. |\n| ### [unclaim](/merchant/api/reference/rest/accounts_v1beta/accounts.homepage/unclaim) | Unclaims a store's homepage. |\n| ### [updateHomepage](/merchant/api/reference/rest/accounts_v1beta/accounts.homepage/updateHomepage) | Updates a store's homepage. |"]]