Interface Page

Page information

interface Page {
    author?: string;
    body_html?: string;
    created_on: string;
    handle: string;
    id: number;
    published: boolean;
    published_on?: string;
    shop_id: number;
    template_suffix?: PageTemplate;
    title: string;
    updated_on: string;
}

Properties

author?: string

Author of the page

body_html?: string

Body content in HTML

created_on: string

Creation timestamp

handle: string

URL handle for the page

id: number

Unique identifier

published: boolean

Whether the page is published

published_on?: string

Publication timestamp

shop_id: number

Shop ID

template_suffix?: PageTemplate

Template used for the page

title: string

Page title

updated_on: string

Last update timestamp