Clone an itemType with same model structure

I want to clone an itemType with all its internal model structure but with a different apiKey and name.
I tried duplicating the itemType but it shows as a copy rather than an entirely different entity with the same inherent modal structure.

Hello @storefront and welcome to the community!

Duplicating the model by doing so:

And then changing the new duplicate model name and API key to a different one you desire, would be the way to go:

As then you will have two completely different models, but with the same internal structure.

Let me know if that was what you were looking for

1 Like