ShopifySharp

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.

MIT License

Stars
722
Committers
79

Bot releases are hidden (Show)

ShopifySharp - 4.14.1

Published by nozzlegear over 6 years ago

  • Adds Destination, Email, NotifyCustomer, VariantInventoryManagement, and LocationId to the fulfillment class. #255
ShopifySharp - 4.14.0

Published by nozzlegear over 6 years ago

  • Adds FulfillmentServiceService supporting the "fulfillment_services" endpoint. #250
  • Adds OpenAsync to FulfillmentService. #250 #251
ShopifySharp - 4.13.0

Published by nozzlegear over 6 years ago

  • Adds DraftOrderService #249 #243
  • Adds Phone to ShippingLine #248
ShopifySharp - 4.12.1

Published by nozzlegear over 6 years ago

Automated release from AppVeyor

ShopifySharp - 4.12.0

Published by nozzlegear over 6 years ago

  • Add notifyCustomer flag to FulfillmentService.UpdateAsync. #233
    -New entities InventoryItem and InventoryLevel #235
    -New service InventoryItemService and InventoryLevelService #235
    -New property ProductVariant.InventoryItemId #235
    -Move handling of Ids filter parameter in base class and removed name checking #235
ShopifySharp - 4.11.0

Published by nozzlegear over 6 years ago

  • Added AuthorizationService.AuthorizeWithResult which returns an AuthorizationResult object containing the grants and access token.
  • Added MultiLocationEnabled and WeightUnit to the Shop object.
ShopifySharp - 4.10.2

Published by nozzlegear over 6 years ago

  • Adds many new or changed enum values for auth scope enum.
ShopifySharp - 4.10.1

Published by nozzlegear over 6 years ago

  • Adds latitude and longitude properties to the Address model.
ShopifySharp - 4.10.0

Published by nozzlegear over 6 years ago

  • Add support for fulfillment events. #215
ShopifySharp - 4.9.2

Published by nozzlegear over 6 years ago

  • New method - MetaFieldService.CountAsync
  • New method - MetaFieldService.ListAsync
  • New method - MetaFieldService.CreateAsync
ShopifySharp - 4.9.1

Published by nozzlegear almost 7 years ago

  • Bugfix: Checkout.AbandonedCheckoutUrl used wrong JSON property name and would never serialize or deserialize correctly. #210
ShopifySharp - 4.9.0

Published by nozzlegear almost 7 years ago

  • Add CustomerSavedSearchService and CustomerSavedSearch entity. #206
ShopifySharp - 4.8.4

Published by nozzlegear almost 7 years ago

  • Bugfix: Make HttpClient static. #200
ShopifySharp - 4.8.3

Published by nozzlegear almost 7 years ago

  • Bugfix: AuthorizationService.IsValidShopDomainAsync throws HttpRequestException when the shop name is not a url (#202)
ShopifySharp - 4.8.2

Published by nozzlegear almost 7 years ago

  • Bugfix: AuthorizationService.Authorize method was constructing the wrong URL. #201
ShopifySharp - 4.8.1

Published by nozzlegear almost 7 years ago

  • Bugfix: make HttpClient static, reason in #200
ShopifySharp - 4.8.0

Published by nozzlegear almost 7 years ago

  • Remove dependency on Flurl in favor of base System.Net.HttpClient
ShopifySharp - 4.7.2

Published by nozzlegear almost 7 years ago

  • Add CarrierIdentifier to ShippingLine
  • Add DiscountedPrice to ShippingLine
ShopifySharp - 4.7.1

Published by nozzlegear almost 7 years ago

  • Add an overload to AuthorizationService.IsAuthenticRequest which accepts a Dictionary<string, string> querystring.
  • Add an overload to AuthorizationService.IsAuthenticRequest which accepts a raw string querystring.
ShopifySharp - 4.7.0

Published by nozzlegear almost 7 years ago

  • Add CustomerAddressService
  • Add PriceRuleId and UsageCount to Discount
  • Add missing props on Order
  • Add AppId and CustomerLocale to Order
  • Add Service and ShipmentStatus props to Fulfillment
  • Add VariantInventoryManagement and ProductExists to LineItem
  • Add message, location_id and parent_id to Transaction
  • Add height and width props to ProductImage
  • Add support for changing the order of products in a smart collection.
Badges
Extracted from project README
NuGet Build status license Learn how to build rock-solid Shopify apps with C# and ASP.NET
Related Projects