Simple Private API in PHP to insert script in all pages

Hi

I need to create a simple private app in PHP which needs to insert script tag all over pages, can you please guide me?

Thanks in advance

Hi

@rajanm0690

Shopify provide admin api

we can use admin api in php … and insert script on shopify store theme

you can check here

https://shopify.dev/api/admin-rest

@rajanm0690

Let me know if do you need any further help in this.

Kind regards

HawksCode

Hi,

Thanks for the immediate reply, Can you explain briefly, Like which PHP library I need to use and how to insert script tag, Because I am new to Shopify.