Hierarchy

  • CustomArticle

Properties

baseArticleNumber?: string
comments?: string

Additional comments/notes for this article.

featureText?: string | Map<string, string> | {
    [language: string]: string;
}

feature text as simple string or as multi language map (language code -> text)

finalArticleNumber?: string
imageUrl?: string

Url or data-URI for the article image. Currently only jpg and png images are supported.

longText?: string | Map<string, string> | {
    [language: string]: string;
}

long text as simple string or as multi language map (language code -> text)

manufacturerId?: string
packagingInfo?: PackagingInfo
purchasePrice?: Money
quantity?: number

Quantity of the article

Default Value

1

salesPrice?: Money
seriesId?: string
shortText?: string | Map<string, string> | {
    [language: string]: string;
}

short text as simple string or as multi language map (language code -> text)

taxes?: Map<string, string> | {
    [type: string]: string;
}

Map from tax type to tax category for the active tax scheme.

variantCode?: string

Generated using TypeDoc