You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
BundleTemplate
Description of a bundle component related to a product BundleTemplate
export interface BundleTemplate {
'id': string;
'name'?: string;
'rootBundleTemplateName'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
id | Required | string | Id of this bundle template {string} BundleTemplate |
name | Optional | string | Name of this bundle template {string} BundleTemplate |
rootBundleTemplateName | Optional | string | Name of the root bundle template within the bundle tree structure {string} BundleTemplate |