Onboarding on XO
Last updated
Last updated
When a Category Tree is configured on a CIDP environment with an XO destination, we automatically create up to 5 attributes to reflect the category levels.
As an example, letβs say an item X has 2 category paths:
Men > Clothing > Jacket
Sales > Men > Clothing > Jacket
It would result in the following attributes automatically added to your items in XO:
"enrichments_category_paths_level1": ["Men", "Sales"], "enrichments_category_paths_level2": ["Clothing", "Men"], "enrichments_category_paths_level3": ["Jacket", "Clothing"], "enrichments_category_paths_level4": ["Jacket"]
The category name values that are extracted from the Category Tree configuration are the values corresponding to the that is configured for the environment.
If the customer has not set up a default locale (mandatory when using XO),
By default we try to retrieve the values matching the locale en_GB
and if there is no matching value we retrieve the category id instead.
It means every environment where a Category Tree is configured should have the additional item attributes populated on the items in XO.