nozzlegear / ShopifySharp

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
https://nozzlegear.com/shopify-development-handbook
MIT License
742 stars 309 forks source link

Missing Access Scopes: read_publications, write_publications #1093

Open jtmaxwell opened 3 weeks ago

jtmaxwell commented 3 weeks ago

read_publications, write_publications are needed for graphQl queries and mutations involving publications. These are currently not in the access scope list and have to be hacked into the authorization url to implement.