Is there a way to duplicate Collections and Articles? I would like to have a Template Collection and/or Template Article with all the correct Metadata in it. Otherwise it would be helpful to import metadata out of other Collections/Articles.
We would love to be able to import XML metadata and apply it to an entire list of articles in one collection. Much like you can do with Classic using the XML sidecar.
Set the project Id and collection entity name (not title)
Request for the list of content elements within the specified collection (step 3)
Iterate through the list of content elements and update each entity metadata with the data from the XML file (step 1)
Please note that the content element will reference an entity, which can be an article, banner, or collection.
You can selectively choose the types of entity to update, or update all regardless of type (i.e. I want to apply the XML metadata to articles, but not banners or collections)