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 และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-12-17 UTC
[null,null,["อัปเดตล่าสุด 2024-12-17 UTC"],[[["Listings are localized store listings with information like title, full/short descriptions, and promotional videos in various languages."],["Listings can be managed using methods to delete, retrieve, list, and update them."],["A listing includes a language code, localized title, full description, short description, and optionally a promotional video URL."],["You can use the available methods to manage your store listings, allowing for deletion, retrieval, listing, and updating of listings information."]]],["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"]]