I am trying to mass import Item Sales Categories for a commerce deployment. I was able to write an import utility to import the first tier but cannot import any child sub categories.
- I set the folder path using this syntax: Company/Level1/Level2/Level3 etc
- I then set the Category Description with using the final segment
It seems that if the path category does not exist, then it will simply import the path string as the category name.
What is the proper approach and syntax to get this to work?