So I need to make an exact copy of a Category and the products in it. Is this possible? I'd rather not clone each entry by hand.
Currently, there is no simple feature to clone categories with content.
You can do this with export and import
Export category and products that you need, edit IDs and import back.
This might be tricky
That's what I ended up doing. It turned out to be much easier and less tedious than doing 50+ products by hand.
Thanks for your advice!