I am new to Hybris and I still do not know how impex works. I would like to know how to make an impex script to update a description of a front tile component.
Thank you.
I am new to Hybris and I still do not know how impex works. I would like to know how to make an impex script to update a description of a front tile component.
Thank you.
You can find here the syntax of the impex file :
https://help.hybris.com/6.3.0/hcd/1c8f5bebdc6e434782ff0cfdb0ca1847.html#loio1c8f5bebdc6e434782ff0cfdb0ca1847
Basically it's a csv file (semicolon-separated) with specific structure/header,
Example :
Assuming we have the following Item type :
The impex to import Products would be like :
To answer your question specifically -> to Update the description of a front tile component, thte impex file should be something like :