page input file
Use a page input file to load a new content page into the Commerce Composer tool.We can use this input file along with the seopage and seopagedesc input files to load the URL keyword and SEO properties for the content page, such as the page title, meta description, and meta keywords.
For a sample that demonstrates how to use this input file, see Sample: Loading Commerce Composer pages.
We can extract page data with the Data Extract utility to create a page.csv file that we can load with the Data Load utility. For example, to copy or move Commerce Composer pages between stores or instances, such as for creating one or more test environments. The sample configuration files provided for you to use with the Data Extract utility, extract page data from the following database tables:
For more information about extracting Commerce Composer data, see:
- Extracting Commerce Composer data with the Data Extract utility
- Sample: Extracting Commerce Composer pages
Definitions
- PageGroup
- (String) The page group that the page belongs to. Use the value Content.
Maps to: PLPAGE.PAGELAYOUTTYPE_ID
- PageUniqueID
- (Integer) The internal reference number for the content page, for example, 60001. The PageUniqueID is automatically generated when loading the page. In Delete mode, either this field or the PageAdminName field (see next column) is required.
Note: The sample CSV file does not include this column; the sample demonstrates the use of the PageAdminName to uniquely identify the page.
Maps to: PLPAGE.PLPAGE_ID
- PageAdminName
- (String) The name of the content page, for example, HomePage or HelpPage. This name is displayed in the Commerce Composer tool to help business users identify the page. In Insert or Replace mode, this field cannot be null and the name must be unique. In Delete mode, either this field or the PageUniqueID field (see previous column) is required.
Maps to: PLPAGE.ADMINNAME
- Deletable
- (Boolean) A flag indicating whether to allow business users to delete the page in the Commerce Composer tool. Valid values are:
- TRUE (Allow business users to delete the page)
- FALSE (Do not allow business users to delete the page)
Maps to: PLPAGE.DELETABLE
- AdminEditable
- (Boolean) A flag indicating whether to allow business users to change the Page name field (PageAdminName value) in the Commerce Composer tool. Valid values are:
- TRUE (Allow business users to change the page name)
- FALSE (Do not allow business users to change the page name)
Maps to: PLPAGE.ADMINNAMEEDITABLE
- UrlConfigurable
- (Boolean) A flag indicating whether to allow business users to change the URL keyword field in the Commerce Composer tool. Valid values are:
- TRUE (Allow business users to change the URL keyword)
- FALSE (Do not allow business users to change the URL keyword)
Maps to: PLPAGE.URLCONFIGURABLE
- Delete
- (String) A flag indicating whether to delete the page and the following data that relates to the page:
- All layout assignments for the page.
- All SEO data for the page.
Specify 1 to delete the page and related data.
Related concepts
Pages and page creation
Search engine optimization (SEO) title and meta description (TMD) data for store web pages
Related tasks
Extracting Commerce Composer data with the Data Extract utility
Related reference
Commerce Composer samples
Sample: Extracting Commerce Composer pages
Sample: Extracting Commerce Composer data
Commerce Composer object input file definitions