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

Added the scopes for managing Cart Transforms #947

Closed nico159 closed 10 months ago

nico159 commented 10 months ago

Hi, Just a small change to add the scopes needed for the cart transforms https://shopify.dev/docs/api/usage/access-scopes: read_cart_transforms, and write_cart_transforms

nozzlegear commented 10 months ago

Published in 6.6.1. Thanks for the PR!