Method: edits.listings.update
สร้างหรืออัปเดตข้อมูลผลิตภัณฑ์ใน Store ที่แปลแล้ว
คำขอ HTTP
PUT https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
packageName |
string
ชื่อแพ็กเกจของแอป
|
editId |
string
ตัวระบุของการแก้ไข
|
language |
string
รหัสการแปลภาษา (แท็กภาษา BCP-47 เช่น "de-AT" สำหรับเยอรมันออสเตรีย)
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ Listing
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ Listing
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/androidpublisher
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-12-17 UTC
[null,null,["อัปเดตล่าสุด 2024-12-17 UTC"],[[["Creates or updates a localized store listing for an Android app."],["Requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope for authorization."],["Uses a `PUT` request to `https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}` with path parameters for package name, edit ID, and language."],["The request and response bodies utilize the `Listing` object to handle store listing data."]]],["This describes the process to create or update a localized store listing using a `PUT` HTTP request. The URL, utilizing gRPC Transcoding, includes `packageName`, `editId`, and `language` as path parameters. The request and response bodies both use the `Listing` object. Successful actions are authenticated with the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The core function is to modify store listings based on given information.\n"]]