REST Resource: edits.listings
Resource: Listing
A localized store listing. The resource for ListingsService.
JSON representation |
{
"language": string,
"title": string,
"fullDescription": string,
"shortDescription": string,
"video": string
} |
Fields |
language |
string
Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
|
title |
string
Localized title of the app.
|
fullDescription |
string
Full description of the app.
|
shortDescription |
string
Short description of the app.
|
video |
string
URL of a promotional YouTube video for the app.
|
Methods |
|
Deletes a localized store listing. |
|
Deletes all store listings. |
|
Gets a localized store listing. |
|
Lists all localized store listings. |
|
Patches a localized store listing. |
|
Creates or updates a localized store listing. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-17 UTC.
[null,null,["Last updated 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"]]