REST Resource: edits.listings
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แหล่งข้อมูล: ข้อมูล
ข้อมูลผลิตภัณฑ์ใน Store ที่แปลแล้ว ทรัพยากรสำหรับ ListingsService
การแสดง JSON |
{
"language": string,
"title": string,
"fullDescription": string,
"shortDescription": string,
"video": string
} |
ช่อง |
language |
string
รหัสการแปลภาษา (แท็กภาษา BCP-47 เช่น "de-AT" สำหรับภาษาเยอรมันออสเตรีย)
|
title |
string
ชื่อแอปที่แปลแล้ว
|
fullDescription |
string
คำอธิบายแอปแบบเต็ม
|
shortDescription |
string
คำอธิบายแอปแบบย่อ
|
video |
string
URL ของวิดีโอ YouTube สำหรับการโปรโมตแอป
|
เมธอด |
|
ลบข้อมูลผลิตภัณฑ์ใน Store ที่แปลแล้ว |
|
ลบข้อมูลผลิตภัณฑ์ใน Store ทั้งหมด |
|
รับข้อมูลผลิตภัณฑ์ใน Store ที่แปลแล้ว |
|
แสดงข้อมูลผลิตภัณฑ์ใน Store ที่แปลแล้วทั้งหมด |
|
แพตช์ข้อมูลผลิตภัณฑ์ใน Store ที่แปลเป็นภาษาท้องถิ่น |
|
สร้างหรืออัปเดตข้อมูลผลิตภัณฑ์ใน Store ที่แปลแล้ว |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eListings are localized store listings with information like title, full/short descriptions, and promotional videos in various languages.\u003c/p\u003e\n"],["\u003cp\u003eListings can be managed using methods to delete, retrieve, list, and update them.\u003c/p\u003e\n"],["\u003cp\u003eA listing includes a language code, localized title, full description, short description, and optionally a promotional video URL.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the available methods to manage your store listings, allowing for deletion, retrieval, listing, and updating of listings information.\u003c/p\u003e\n"]]],["The Listing resource represents a localized store listing, defined by language, title, full and short descriptions, and a promotional video URL. The available methods include actions to manage these listings: deleting a single or all listings, retrieving a single listing, listing all, patching (partially updating) a listing, and updating or creating a listing. The listing's data is stored in JSON format.\n"],null,["# REST Resource: edits.listings\n\n- [Resource: Listing](#Listing)\n - [JSON representation](#Listing.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Listing\n-----------------\n\nA localized store listing. The resource for ListingsService.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"language\": string, \"title\": string, \"fullDescription\": string, \"shortDescription\": string, \"video\": string } ``` |\n\n| Fields ||\n|--------------------|--------------------------------------------------------------------------------------------------------|\n| `language` | `string` Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German). |\n| `title` | `string` Localized title of the app. |\n| `fullDescription` | `string` Full description of the app. |\n| `shortDescription` | `string` Short description of the app. |\n| `video` | `string` URL of a promotional YouTube video for the app. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------|-----------------------------------------------|\n| ### [delete](/android-publisher/api-ref/rest/v3/edits.listings/delete) | Deletes a localized store listing. |\n| ### [deleteall](/android-publisher/api-ref/rest/v3/edits.listings/deleteall) | Deletes all store listings. |\n| ### [get](/android-publisher/api-ref/rest/v3/edits.listings/get) | Gets a localized store listing. |\n| ### [list](/android-publisher/api-ref/rest/v3/edits.listings/list) | Lists all localized store listings. |\n| ### [patch](/android-publisher/api-ref/rest/v3/edits.listings/patch) | Patches a localized store listing. |\n| ### [update](/android-publisher/api-ref/rest/v3/edits.listings/update) | Creates or updates a localized store listing. |"]]