Focuses on API authentication, access scopes, and permission management.
Hello,
I'm looking to write some utility scripts that I run on my local machine to automate some shop tasks.
I can access the API directly via CURL just fine. But I'm trying to set up the Shopify API library at https://github.com/Shopify/shopify-api-php and it seems it requires OAuth? And that needs a callback URL? There's no easy way for my local machine to accept a call back URL, not without changing our local network somehow.
Is there any way to use this library for my use case?