REST Resource: accounts.homepage
Resource: Homepage
The Homepage
message represents a merchant's store homepage within the system.
A merchant'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 merchant 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-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["The `Homepage` resource represents a merchant's primary online store domain within the system and can be used to unlock features requiring verification."],["Merchants can claim and verify their homepage to prove ownership and access advanced functionalities, with further details available in the online store URL verification documentation."],["The `Homepage` resource includes information like name, claim status, and URI, and supports methods to claim, retrieve, unclaim, and update the homepage."],["This resource enables merchants to manage their online store presence and leverage verification for enhanced features within the platform."]]],["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"]]