I’ve created a Section in the main contents generation using one model that places the Section in one place in a Shopify page. Is it possible to change to another model that inserts the section in another place in Shopify?
Changing a model schema doesn’t apply retroactively on content entries that have already been created using the old schema, to apply the new schema on old content entries you can use the write API . A simple way would be to create a new section content with the modal you want and then you can copy the content from the existing section.