Data API for CMS locale

Hey,

I’m trying to create CMS items via Data API for different locales.

By using a regular Create CMS item endpoint, I can create a record only in specific locale. If I then create it in different one - items end up separate with different IDs.

So to create the same CMS item in multiple locales, I use this endpoint . However, it doesn’t have an option to publish the items. And if I use Publish item endpoint, only the primary locale is published, item’s other locale version still remains in staging.

So am I missing something, or is there really no way to publish item’s locale version to live via the API?

1 Like

I would very much need an answer to this as well.

Not sure if this helps but I just wrote an article on using the Webflow API request on zapier to make locale-specific updates to cms items. Take a look at step 3 specifically, it may be helpful for your use case as well.