Skip to main content

storelayoutpages

Overview

Namestorelayoutpages
TypeResource
Idgoogledevelopers.androidenterprise.storelayoutpages

Fields

NameDatatypeDescription
idstringUnique ID of this page. Assigned by the server. Immutable once assigned.
namearrayOrdered list of localized strings giving the name of this page. The text displayed is the one that best matches the user locale, or the first entry if there is no good match. There needs to be at least one entry.
linkarrayOrdered list of pages a user should be able to reach from this page. The list can't include this page. It is recommended that the basic pages are created first, before adding the links between pages. The API doesn't verify that the pages exist or the pages are reachable.

Methods

NameAccessible byRequired ParamsDescription
getSELECTenterpriseId, pageIdRetrieves details of a store page.
listSELECTenterpriseIdRetrieves the details of all pages in the store.
insertINSERTenterpriseIdInserts a new store page.
deleteDELETEenterpriseId, pageIdDeletes a store page.
updateEXECenterpriseId, pageIdUpdates the content of a store page.