REST Resource: edits.listings
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:Listing
本地化版本的商店資訊。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
應用程式宣傳影片的 YouTube 網址。
|
方法 |
|
刪除經本地化的商店資訊。 |
|
刪除所有商店資訊。 |
|
取得經過本地化的商店資訊。 |
|
列出所有經過本地化的商店資訊。 |
|
修補本地化版本的商店資訊。 |
|
建立或更新本地化商店資訊。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-17 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-12-17 (世界標準時間)。"],[[["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"]]