Overview of items.xml file

Items.xml file contains the type definition in hybris. We can define the new item types, extend the existing item types in the items.xml file Items.xml file is located in the resources directory of an extension as below Items.xml file names are prefixed with respective extension name. Example: In core extension, it is available as core-items.xml […]

Share this article on

Defining Item types in hybris

There are 3 ways of defining an item type in Hybris. We need to decide one of the ways based on the requirement. What are those 3 ways? 1) Define the new item type without extending any existing item type 2) Define the new item type by extending it with existing item type 3) Define […]

Share this article on
< Previous Next >