The GetArticleDetailsByEAN function returns a node set with the article details as an Attibute to the transferred EAN. These can be evaluated using XPath (see example). The function should always be used with the XSLT path /Detail and can be supplemented with attributes if only certain ArticleDetails are to be returned. The items details loaded within a mapping are cached internally by the function, so that when you call GetArticleDetailsByEAN again with the same EAN, there is no further request to the data layer.
GetArticleDetailsByEAN('EAN', 'LocationGLN', 'scope', 'property')
GetArticleDetailsByEAN('EAN')/Detail
GetArticleDetailsByEAN('EAN')/Detail/@Size
Or faster with:
GetArticleDetailsByEAN('EAN', '', 'small', 'Size')
Weitere ArticleDetail Attribute |
---|
@Color |
@Size |
@Size2 |
@ProductGroup |
@ArticleDescription |
@AricleNumber |
@BrandName |
@SubBrandName |
@CustomsItemNumber |
@OriginCountry |
@Season |
@ArticleClass |
@MinimumOrderQuantity |
@PackagingQuantity |
@EffectivePurchasePrice |
@ListPurchasePrice |
@PurchasePriceCurrency |
@SuggestedRetailPrice |
@ValidFrom |
@ValidTo |
@CreationTime |
@ModificationTime |
@LastTouched |
@BackendReference |
@BackendAccepted |
@BackedAcceptedTime |
@Ean |
@DTPProductGroup |
@PosAction |
@Node |
@StandardProductGroup |
@StandardColor |
@StandardSize |