Method: accounts.lfpStores.get
ดึงข้อมูลเกี่ยวกับร้านค้า
คำขอ HTTP
GET https://merchantapi.googleapis.com/lfp/v1beta/{name=accounts/*/lfpStores/*}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
name |
string
ต้องระบุ ชื่อร้านค้าที่จะดึงข้อมูล รูปแบบ: accounts/{account}/lfpStores/{target_merchant}~{storeCode}
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ LfpStore
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/content
ดูข้อมูลเพิ่มเติมได้ที่ OAuth 2.0 Overview
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-01-23 UTC
[null,null,["อัปเดตล่าสุด 2025-01-23 UTC"],[[["Retrieves detailed information about a specific Local Inventory Ads store."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."],["Uses a `GET` request to the specified URL with the store's name as a path parameter."],["The request body should be empty, and a successful response will return an `LfpStore` object."]]],["The core content describes how to retrieve store information using a `GET` request to a specific URL: `https://merchantapi.googleapis.com/lfp/v1beta/{name=accounts/*/lfpStores/*}`. The `name` parameter, a string, is required in the path and follows the format `accounts/{account}/lfpStores/{target_merchant}~{storeCode}`. The request body must be empty. A successful response returns an instance of `LfpStore`. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]