Will be send to request the full article data of a custom article. A wbk.customArticle message has to be send back to the basket. Note: Will not be called for external catalogs.

Hierarchy

Properties

Properties

parameter: {
    articleId: string;
    catalogId: string;
    language: string[];
    taxScheme: string;
}

Type declaration

  • articleId: string

    id of the article

  • catalogId: string

    id of the articles catalog

  • language: string[]

    The requested language for the article data in order of priority.

  • taxScheme: string

    Id of the currently active EAIWS tax scheme

type: "wbkHost.getCustomArticle"

Generated using TypeDoc