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

Add `factory.Create(string shopDomain, string accessToken)` overload to all service factories #979

Closed nozzlegear closed 9 months ago

nozzlegear commented 9 months ago

This pull request adds a factory.Create(string shopDomain, string accessToken) overload to all service factory interfaces. It also adds factory.Create(long organizationId, string accessToken) to the IPartnerServiceFactory interface.