A Template represents a Pageflex template that can be applied to ProductVariants in your Liftoff account.
Pageflex templates allow your users to configure products with any number of variables, including text, images, and colors.
Properties
Name | Type | Description |
---|---|---|
Id | int | The ID of the template. |
AccountId | int | The ID of the Liftoff account that the template belongs to. (Note: This account ID will always correspond to the account code you use in your authentication credentials.) |
Account (via $expand) | Account | The Liftoff account that the template belongs to. |
Name | string | The name of the template. |
ProjectDirectory | string | The path to the Pageflex project directory for the template. |
DesignFile | string | The path to the design file (.pf) for the template. |
VariableFile | string | The path to the variable file (.xml) for the template. |