ยืนยันการเชื่อมต่อบัญชีกับ Merchant API
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
หากมีบัญชี Merchant Center อยู่แล้ว คุณสามารถใช้ Google APIs Explorer ในเอกสารอ้างอิงเพื่อยืนยันว่าบัญชีพร้อมใช้งานกับ Merchant API
- ค้นหาชื่อทรัพยากรของบัญชีโดยต่อ
accounts/
เข้ากับ
merchantId
คุณจะเห็น merchantId
ที่ด้านบนของ Google Merchant Center
- ในโปรแกรมสำรวจ API สำหรับเมธอด
accounts.products.list
ให้ทําดังนี้
- ป้อนชื่อทรัพยากรของบัญชีในช่อง
parent
- ในส่วนข้อมูลเข้าสู่ระบบ ให้เลือก Google OAuth 2.0 และคีย์ API
- คลิกดำเนินการ
- หากได้รับข้อความแจ้ง ให้ลงชื่อเข้าใช้ด้วยบัญชี Google ที่เชื่อมโยงกับบัญชี Google Merchant Center
หากตั้งค่าบัญชี Merchant Center อย่างถูกต้อง คำขอจะสำเร็จและแสดงรหัสการตอบกลับ HTTP 200
หากคุณเพิ่งสร้างบัญชีใหม่ วิธี accounts.products.list
จะไม่แสดงผลิตภัณฑ์ใดๆ
จากนั้นให้ลองใช้คลังลูกค้าที่ติดตั้งไว้เพื่อขอสิทธิ์เข้าถึงบัญชี Merchant Center อื่นๆ ไลบรารีของไคลเอ็นต์รองรับการให้สิทธิ์ของผู้ใช้ ซึ่งจะให้สิทธิ์แอปพลิเคชันในการเข้าถึงและจัดการข้อมูลบัญชี Merchant Center
นอกจากนี้ คุณยังใช้บัญชีบริการเพื่อให้สิทธิ์เข้าถึง API แก่บัญชีของคุณเองได้ด้วย บัญชีบริการคือบัญชีประเภทพิเศษที่เป็นของแอปพลิเคชัน ไม่ใช่ของผู้ใช้ปลายทางแต่ละราย โปรดดูข้อมูลเพิ่มเติมที่หัวข้อภาพรวมของบัญชีบริการ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-08 UTC
[null,null,["อัปเดตล่าสุด 2025-08-08 UTC"],[[["\u003cp\u003eExisting merchant account holders can use the API explorer to verify their account's compatibility with the Merchant API.\u003c/p\u003e\n"],["\u003cp\u003eAccount verification involves locating your \u003ccode\u003emerchantId\u003c/code\u003e, constructing the resource name, and executing the \u003ccode\u003eaccounts.products.list\u003c/code\u003e method within the API Explorer using your credentials.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful verification is indicated by an HTTP response code \u003ccode\u003e200\u003c/code\u003e, although new accounts may not return any product data.\u003c/p\u003e\n"],["\u003cp\u003eAfter verification, users can proceed to utilize client libraries for accessing other merchant accounts or employ service accounts for authorizing API access to their own account.\u003c/p\u003e\n"]]],["To verify a merchant account for API use, locate your `merchantId` in Google Merchant Center and construct the account's resource name. In the API Explorer, use the `accounts.products.list` method, input the resource name in the `parent` field, and select Google OAuth 2.0 and API key credentials. Executing the request should return an HTTP 200 code, confirming successful setup. For new accounts, the product list will be empty. Further access can be configured via client libraries or service accounts.\n"],null,["# Verify your account's connection to Merchant API\n\nIf you have an existing Merchant Center account, you can use [Google APIs\nExplorer](https://developers.google.com/apis-explorer) in the [reference documentation](/merchant/api/reference/rest) to verify\nthat your account is ready to use with the Merchant API.\n\n1. Find the resource name of your account by concatenating `accounts/` and your `merchantId`. You can find your `merchantId` in the top of [Google Merchant Center](//merchants.google.com/).\n2. In the API Explorer for the [`accounts.products.list`](/merchant/api/reference/rest/products_v1/accounts.products/list) method, do the following:\n 1. Enter the resource name of your account in the `parent` field.\n 2. In the **Credentials** section, select **Google OAuth 2.0** and **API\n key**.\n 3. Click **Execute**.\n 4. If prompted, sign in with the Google Account associated with your Google Merchant Center account.\n\nIf your Merchant Center account is set up correctly, the request succeeds and\nreturns an HTTP response code `200`. If you just created a new account, the\n`accounts.products.list` method doesn't return any products.\n\nNext, try [using a client library](/merchant/api/client-libraries) to request\naccess to other Merchant Center accounts. Client libraries support user\nauthorization, which grants an application permission to access and manage\nMerchant Center account data.\n\nYou can also [use a service\naccount](/merchant/api/guides/authorization/access-your-account) to authorize\nAPI access to your own account. A service account is a special type of account\nthat belongs to an application instead of an individual end user. For more\ninformation, see [Service accounts overview](https://cloud.google.com/iam/docs/service-account-overview)."]]