UDE Data Messages SALES005
Version: Process description SALES005 v1.0
1 The process
The trading process starts with the exchange of master data. In the DICO standard, we know the product and article message of the SALES005. Within DICO, a product is defined as something that possesses use properties and an article as something that possesses trade properties. So in this context, the item knows the properties that indicate whether something is refurbished or reused and the product describes the properties that are generic and thus also apply to a "new" item such as dimensions. In addition, the condition message and the item relationship message also belong to DICO Data Messages.
Published extensions within DataUDE:
- XML structure DataUDE in the Item message.
- XML structure DataUDE in the Product message.
Here it is important to note that the extension should always be called by using the following tag:
<UserDefinedExtension xmlns:data="http://www.ketenstandaard.nl/UDE/SALES/Data/v1" xsi:schemaLocation="http://www.ketenstandaard.nl/UDE/SALES/Data/v1 DataUDE.xsd">
This way, the XSD of the extension is loaded making the extension validatable and is also the only correct way to officially use the extension.
In the relevant subchapters the location of the extension(s) in the relevant messages is indicated.
1.1 Overview of structures in the DataUDE
The following sturcture is currently present in the data extension:
- TradeItemIndicators
2 UDE Structures
2.1 TradeItemIndicators
The extension contains indicators applicable to the item message.
Technology
The extension below is included in the item message at the line level. Only at this location in the message will the TradeItemIndicators extension be placed.
- The location of the extension within the Article Message is on the line, xpath is:
PriceCatalogue/Grouping/TradeItemLine/UserDefinedExtension.
The following parts of the extension may be used within the Article message at this location:
<TradeItemLine>
<UserDefinedExtension xmlns:data="http://www.ketenstandaard.nl/UDE/SALES/Data/v1" xsi:schemaLocation="http://www.ketenstandaard.nl/UDE/SALES/Data/v1 DataUDE.xsd">
<data:DataUDE>
<data:TradeItemIndicators>
<data:Refurbished>true</data:Refurbished>
<data:Reused>true</data:Reused>
</data:TradeItemIndicators>
</data:DataUDE>
</UserDefinedExtension>
</TradeItemLine>
Note: to exchange master data of items, follow the default rules of current XML messages.