Type alias: CreatePagePayload
PayloadDefinitions.CreatePagePayload
Ƭ CreatePagePayload: Object
Type declaration
| Name | Type | Description |
|---|---|---|
displayNames? |
{ [lang: string]: string; } |
DisplayNames in different languages (optional). |
fsPageTemplate |
string |
FirstSpirit template reference name for the page to create. |
id |
string |
Shop specific ID of the page to create. |
type |
"product" | "category" | "content" |
Type of page to create. |