update
取得最新資訊
,瞭解 Merchant API 的新功能、錯誤修正和版本更新。
驗證 Merchant Center 網址並聲明擁有權
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
摘要
只有一個 Merchant Center 帳戶可以聲明特定網址的擁有權。您必須透過 Merchant Center 帳戶驗證網址,證明您具備網站的管理員存取權,然後聲明該網址的擁有權,藉此將產品資料連結至商家帳戶。
選擇網址時,請考量下列規範:
手動步驟
驗證網址
- 登入 Merchant Center 帳戶。
- 按一下導覽選單中的工具圖示。
- 選取「工具」下方的「商家資訊」。
- 按一下「網站」分頁標籤。
- 輸入網址 (開頭為
http://
或 https://
)。請使用您擁有和維護的網域。
- 按一下 [繼續]。
- 選擇其中一個可用選項來驗證網站。
聲明網址擁有權
聲明網站擁有權後,您就能取得專屬權利,可將該網站用於 Merchant Center 帳戶中的產品資料。您必須先驗證網站,才能聲明網站擁有權。
驗證網站後,請按一下「聲明網站擁有權」。
如果您已建立動態饋給,則必須在聲明網站擁有權後重新擷取。如果使用的是 Content API,則必須重新上傳動態饋給,以便系統重新檢索。
詳情請參閱「驗證網站網址並聲明擁有權」一文。
自動步驟
如要透過 Google API 聲明網站擁有權,請完成兩個步驟。以上人員將使用 Site Verification API 驗證網站,然後使用 Content API for Shopping 聲明網站擁有權。
使用 Site Verification API 驗證您有權存取網站。有多個 Google 帳戶可以驗證相同網站的存取權,但只有一個帳戶可以聲明網站的擁有權。您必須先驗證網站的存取權,才能聲明網站擁有權。
針對要聲明網站擁有權的商家帳戶,如果您用於驗證 Site Verification API 的帳戶無法存取該帳戶,則應在呼叫 insert
或 update
之前,將未用於網站的電子郵件新增至 owners
欄位。
通過驗證後,已核准的開發人員就能使用 Content API for Shopping 中的 accounts.claimwebsite
方法,聲明網站擁有權給其 Merchant Center 帳戶。詳情請洽客戶技術顧問。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-31 (世界標準時間)。
[null,null,["上次更新時間:2025-08-31 (世界標準時間)。"],[[["\u003cp\u003eOnly one Merchant Center account can claim a specific URL for product data, requiring verification and claiming through the account.\u003c/p\u003e\n"],["\u003cp\u003eURL claiming should be done at the highest necessary domain level as it impacts lower-level URLs, preventing other merchants from claiming them.\u003c/p\u003e\n"],["\u003cp\u003eWebsite verification can be done manually through the Merchant Center account or automatically using Google APIs for Site Verification and Content API for Shopping.\u003c/p\u003e\n"],["\u003cp\u003eApproved developers can use the Content API for Shopping to manage website claims, and assistance with claim conflicts can be obtained from Technical Account Managers.\u003c/p\u003e\n"],["\u003cp\u003eClaiming a website grants exclusive rights for product data usage within the associated Merchant Center account.\u003c/p\u003e\n"]]],[],null,["# Verify and claim URL for Merchant Center\n\nSummary\n-------\n\nOnly one Merchant Center account can claim a specific URL. You must\nverify the URL through your Merchant Center account to show that\nyou have administrative access to the website, and then claim that URL to link\nits product data to your merchant account.\n\nConsider the following guidelines when choosing a URL:\n\n- Only approved developers can use the Content API for Shopping to overwrite a website claim.\n- You need to have the existing claimant change the URL on\n their account. If you need help, contact your Technical Account Manager.\n\n- You should only claim the highest domain level you need. Claims at higher\n levels affect lower level URLs. For example, a merchant claiming\n `example.com` means that another merchant can't claim\n `merchant.example.com` or `example.com/merchant`.\n\nManual steps\n------------\n\n### Verify a URL\n\n1. [Sign in](//merchants.google.com/mc/) to your Merchant Center account.\n2. From the navigation menu, click the tools icon.\n3. Under **Tools** , select **Business information**.\n4. Click the **Website** tab.\n5. Enter the URL, starting with `http://` or `https://`. Use a domain that you own and maintain.\n6. Click **Continue**.\n7. Choose one of the available options to verify the website.\n\n### Claim a URL\n\nClaiming a website gives you the exclusive right to use that website for product\ndata on your Merchant Center account. You must verify a website before you can\nclaim it.\n\nAfter verifying the website, click **Claim website**.\n\nIf you've already created a feed, you'll need to refetch it after you've claimed\na website. If you use the Content API, you'll need to re-upload your feed so it\ncan be recrawled.\n\nSee [Verify and claim your website URL](//support.google.com/merchants/answer/176793) for more detail.\n\nAutomatic steps\n---------------\n\nThere are two steps to claim a website with Google APIs. These are verifying the\nwebsite with the [Site Verification API](/site-verification/v1/getting_started) and then claiming the website with the\n[Content API for Shopping](/shopping-content/reference/rest/v2.1/accounts/claimwebsite).\n\n1. Use the [Site Verification API](/site-verification/v1/getting_started) to verify that you have access to the\n website. Multiple Google accounts can verify access to the same website, but\n only one account can claim the website. You can only claim a website after\n you have verified your access to it.\n\n If the account you authenticate with for the Site Verification API\n doesn't have access to the merchant account you're claiming a website for,\n you should add the email of an account that doesn to the\n [`owners`](/site-verification/v1/webResource#owners) field before calling\n [`insert`](/site-verification/v1/invoking#exampleInsert) or\n [`update`](/site-verification/v1/invoking#exampleUpdate).\n2. Once verified, approved developers can use the [`accounts.claimwebsite`](/shopping-content/reference/rest/v2.1/accounts/claimwebsite)\n method in the Content API for Shopping to claim the website to their\n Merchant Center account. Contact your Technical Account Manager for details."]]