bold-commerce / go-shopify

Go client for the Shopify API
MIT License
326 stars 255 forks source link

fix: access scopes URL #291

Closed pnmcosta closed 5 months ago

pnmcosta commented 5 months ago

This PR fixes the issue described on https://github.com/bold-commerce/go-shopify/issues/290

oliver006 commented 5 months ago

Thanks for the PR! I'll try to review this in the next couple of days.

pnmcosta commented 5 months ago

No worries. Apologies in advance for the commit amends but I forgot some debugging println's on the initial one 😅

oliver006 commented 5 months ago

For future reference, docs are here: https://shopify.dev/docs/api/admin-rest/2024-04/resources/accessscope

curl -X GET "https://your-development-store.myshopify.com/admin/oauth/access_scopes.json" \
-H "X-Shopify-Access-Token: {access_token}"
oliver006 commented 5 months ago

Released as https://github.com/bold-commerce/go-shopify/releases/tag/v4.3.0