Variable OutMessageArticleInfoConst

OutMessageArticleInfo: MessageDefinition<{
    articleNumber: string;
    info: {
        name: string;
        price: string;
    };
}> = ...

Outgoing message to send article info to the iframe. If its not possible to get the article info, the event should still be send with the info field set to null. The widget will then display the fallback faster, and not wait for the timeout.