Import specific items

It looks like the Omeka API Import plugin imports all items and collections in an Omeka installation. Is it possible to import just specific items?

In this particular use case, items have been added in our Omeka DEV environment that we wish to import to PROD.

There’s not really a mechanism to filter out item to import. You’ll probably just need to delete the items you don’t want after the import.

Alternatively, you could make the items you don’t want to import private and do the import without using the API key. There’s probably not much benefit, though, as you’d still be looking at singling out the items individually on the origin side.