I have a Shopify app and would like to add it to Shopify as dynamic section programmatically. I know how to do it manually.
Basically i create .liquid file in sections in theme code editor. Here is short tutorial for adding dynamic sections: https://www.shopify.com/partners/blog/how-to-create-your-first-shopify-theme-section
But i would like to achieve the same result programmatically, i.e via some API call.
Is it possible at all?