Full article data of a custom article. Used as parameter in the wbk.customArticle message.

Hierarchy

  • CustomArticle

Properties

baseArticleNumber?: string
comments?: string

Additional comments/notes for this article.

featureText?: 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 | {
    [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 | {
    [language: string]: string;
}

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

taxes?: {
    [type: string]: string;
}

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

Type declaration

  • [type: string]: string
variantCode?: string

Generated using TypeDoc