Skip to main content

Interface: LineItem

Defined in: workflow-elements/headless-editor/app/models/line-item.model.d.ts:2

Extends

  • ILineItem

Properties

designGroupId

designGroupId: string

Defined in: workflow-elements/headless-editor/app/models/line-item.model.d.ts:3


designVariantTemplateId?

optional designVariantTemplateId?: string

Defined in: workflow-elements-types/workflow-element-base/line-item.d.ts:17

The ID of the public template from which the design variant was created. The field is available when working with PIM scenarios.

Inherited from

ILineItem.designVariantTemplateId


key

key: string

Defined in: workflow-elements-types/workflow-element-base/line-item.d.ts:5

Inherited from

ILineItem.key


originalProductId?

optional originalProductId?: string

Defined in: workflow-elements-types/workflow-element-base/line-item.d.ts:7

Inherited from

ILineItem.originalProductId


productId?

optional productId?: number

Defined in: workflow-elements-types/workflow-element-base/line-item.d.ts:10

Inherited from

ILineItem.productId


productLinkId?

optional productLinkId?: number

Defined in: workflow-elements-types/workflow-element-base/line-item.d.ts:12

Inherited from

ILineItem.productLinkId


productVariantId?

optional productVariantId?: number

Defined in: workflow-elements-types/workflow-element-base/line-item.d.ts:9

Inherited from

ILineItem.productVariantId


productVersionId?

optional productVersionId?: number

Defined in: workflow-elements-types/workflow-element-base/line-item.d.ts:11

Inherited from

ILineItem.productVersionId


properties

properties: object

Defined in: workflow-elements-types/workflow-element-base/line-item.d.ts:18

_hidden

_hidden: object

_hidden.downloadUrls?

optional downloadUrls?: string[]

_hidden.images

images: string[]

_hidden.snapshot?

optional snapshot?: string

_stateId

_stateId: string[]

_userId

_userId: string

Inherited from

ILineItem.properties


quantity

quantity: number

Defined in: workflow-elements-types/workflow-element-base/line-item.d.ts:6

Inherited from

ILineItem.quantity


sku?

optional sku?: string

Defined in: workflow-elements-types/workflow-element-base/line-item.d.ts:8

Inherited from

ILineItem.sku

Was this page helpful?