E-commerce product data

Is it possible for DATO CMS to import product data and prices from a custom e-commerce REST API?

  • How do achieve this, is there something like Prismics integration fields?
  • How to update products when prices change for example?

Thanks!

Hi @dan.atkinson :slight_smile: welcome!

we do not have a built-in sync functionality yet, but you can use our Content Management API to programmatically read, create, update or delete content in DatoCMS. We currently have two official API clients written in JavaScript and Ruby, but you can also interact with the API using plain HTTP requests with a JSON payload.

Here you can learn more about our Content Management API.