Hi, I’m migrating a store with about 12K skus and 165 categories. The categories are set in a point of sale that is generating a CSV that I’ll read. Have setup identical categories in Magento - but the id’s don’t match to the category IDs stored in the POS.
I started looking at the magento database and realized that category_id might be used across a lot of tables… so might be a bit tricky to change. We can do a one time remapping of the categories in the POS, but ideally we could just change the category ID’s to match the schema we have started.