Inhaltsverzeichnis

CacheArticleDetailsByEAN

The CacheArticleDetailsByEAN function can be used to fill the cache for the GetArticleDetailsByEAN function.

Syntax:

CacheArticleDetailsByEAN ('EANs', 'LocationGLN', 'Umfang')
  1. 'small': load only article details data (one Select)
  2. 'medium': load also ArticleDetailAdditionalInfo, ArticleEAN and ArticleDetailCustomItems (4 selects)
  3. 'full': default value. Load also article texts and price lines (8 selects)

Example:

CacheArticleDetailsByEAN(XVar('eans'), '', 'medium')