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 宣传视频网址。
|
方法 |
|
删除已本地化的商品详情。 |
|
删除所有商品详情。 |
|
获取已本地化的商品详情。 |
|
列出所有已本地化的商品详情。 |
|
修补已本地化的商品详情。 |
|
创建或更新已本地化的商品详情。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):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"]],["最后更新时间 (UTC):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"]]