This PR fix the category sync, if more then one shop has the same configured root category.
Actual, the category sync abort with the error "missing parent category".
The change of the command handler will check, if the matched category include the shopware shop root category and will check the attribute field "shopIdentifier" no more.
Checklist
[x] Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix
What's in this PR?
This PR fix the category sync, if more then one shop has the same configured root category. Actual, the category sync abort with the error "missing parent category". The change of the command handler will check, if the matched category include the shopware shop root category and will check the attribute field "shopIdentifier" no more.
Checklist