The GetArticleDetailsByArtNumber function returns a node set with the itemDetails as Attibute. 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.
GetArticleDetailsByArtNumber('Articlenumber', 'LocationGLN', 'depth')
ArticleDetail Attribute |
---|
@Color |
@Size |
@Size2 |
@ProductGroup |
@ArticleDescription |
@AricleNumber |
@BrandName |
@SubBrandName |
@CustomItemsNumber |
@OriginCountry |
@Season |
@ArticleClass |
@MinimumOrderQuantity |
@PackagingQuantity |
@EffectivePurchasePrice |
@ListPurchasePrice |
@PurchasePriceCurrency |
@SiggestedRetailPrice |
@ValidFrom |
@ValidTo |
@CreationTime |
@ModificationTime |
@LastTouched |
@BackendReference |
@BackendAccepted |
@BackedAcceptedTime |
@Ean |
@DTPProductGroup |
@PosAction |
@Node |
@StandardProductGroup |
@StandardColor |
@StandardSize |
Code | outcome |
---|---|
GetArticleDetailsByArtNumber('1234')/Detail delivers all ArticleDetails to the article number | |
GetArticleDetailsByArtNumber('1234')/Detail/@Size | get the size of the article to the article number |