REST Resource: edits.listings
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
- 资源:商家信息
<ph type="x-smartling-placeholder">
- 方法
资源:商家信息
已本地化的商品详情。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 宣传视频的网址。
|
方法 |
|
删除已本地化的商品详情。 |
|
删除所有商品详情。 |
|
获取已本地化的商品详情。 |
|
列出所有本地化的商品详情。 |
|
修补已本地化的商品详情。 |
|
创建或更新本地化商品详情。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\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. |"]]