Hello,
I'm adding products to child categories in storefront.
My product data has category names, so I'm using Xpath on the category
WSI creates categories that do not exist and that's great the first time around, but if there are any category mispellings from the product data, I'll end up with categories I don't need.
Is there a way to disable category creation? I'd like it to spit back an
error message if the category doesn't exist.
Thanks