The Page entity at YouCan.
| Attribute Name | Type | Description |
|---|---|---|
| id | string | Identifier (UUID) |
| name | string | Page name |
| slug | string | URL slug |
| public_url | string | Full public URL of the page on the storefront |
| content | string, null | Page HTML content |
| visibility | bool | Whether the page is publicly visible |
| is_using_page_builder | bool | Whether the page was built with the page builder |
| template | string | Page template ("default", "contact") |
| created_at | string | Creation date (ISO 8601) |
| meta | object | SEO attributes |
Meta
| Attribute Name | Type | Description |
|---|---|---|
| title | string, null | Meta title |
| description | string, null | Meta description |