Product Attributes Customizations

All the attributes that are available in the repository are valid values for ATTRIBUTE_LIST.

They can be assigned as shown in the following example:

You can assign as many attributes as required. All the display names of these attributes are shown on the GUI.

<constraint>
	  <name>Display attribute List</name>
	  <description>Standard format specific attributes.</description>
	  <condition>
		 <eq>
			<var>MASTERCATALOGNAME</var>
			<const type="string">EANUCCSUBSCRIPTIONCATALOG</const>
		 </eq>
	</condition>
	  <action>
	   <assign>
		<var>ATTRIBUTE_LIST</var>
		<const type="string">SHORTDESC</const>
		<const type="string">ADDITIONAL_CLASS_CAT_CODE</const>
		<const type="string">GTIN</const>
		<const type="string">TARGET_MARKET_ID</const>
		<const type="string">SUPPLIERID</const>
	   </assign>
	  </action>
 </constraint>