No content to show
User Activity
this is my API request to add custom.js file to my theme's asset folder "<?phpinclude_once("includes/mysql_connect.php");include_once("includes/shopify.php");$shopify = new Shopify();$parameters = $_GET;include_once("includes/check_token.php");$scrip...
in shopify . I need to build an app. The requirement is I need to add title and short description for the collection page. i can handle the backed. when we add title and short description from the application it should show in the collection page. it...
06-01-2023
I am creating shopify FAQ app. There is full CRUD operation in this application. I dont need to maintain my own database I need to use Shopify's database so how can i do that. what are the endpoints should I use?