Home
Find the answer to your question
Inorder for the Merchant to prepare and send the Product feed, It is very critical to understand how to group Products and their respective Variants.
This can be acheived by setting the Config.GroupingType in the Transformer config. Here is how it works.
Below are the examples of different values for CONFIG.GroupingType
In this case,
- The getGroupColumnKey() will return the value of GROUP_COLUMN column.
- Consecutive same VALUE for the column specified by the getGroupColumnKey() determines a group.
Example For GroupingType:GROUP_BY_POSITION
In this case,
- The getGroupColumnKey() will return the value of "GROUP_COLUMN" column.
- POSITION of the row determines the group and the parent-child relationship.