Linking content relationships while importing through Integration Fields?

I would like to use the Integration Fields API (either read or write) to import a big set of documents.

Is it possible to include content relationships to other documents while doing this, within the JSON structure?

e.g. I have a document type called "TagLocation", and when I am importing items, I'd like to be able to specify that as a possible array of relationships on the imported document.

Any advice would be great!

Thanks

Hi @sk1,

Welcome to the community :slight_smile:

You want to be using the Migration API to import a big set of documents. With it, you'll be able to include what you need. Learn more about it in our documentation here: Migrating to Prismic - Documentation - Prismic and here: Migration API Technical Reference - Documentation - Prismic.

Hope that helps!