Skip to content

Releases: nozzlegear/ShopifySharp

5.7.0

15 Sep 00:30
5.7.0
Compare
Choose a tag to compare
  • Add StorefrontAccessTokenService (#550)

5.6.0

15 Sep 00:29
5.6.0
Compare
Choose a tag to compare
  • Target Shopify API version 2020-07, up from 2019-10 (#572)
  • Add new location fields introduced in 2020-04 (#572)
  • Add all duties related properties/classes introduced in 2020-04 (#572)

5.5.0

22 Aug 03:42
Compare
Choose a tag to compare
  • Re-add support for .NET Framework 4.5 (#438)
  • Add new CollectionService for working with the Collections API endpoint (#565)
  • Make the AuthorizationResult constructor public (#564)

5.4.0

23 Jul 02:39
5.4.0
5adfe70
Compare
Choose a tag to compare
  • Fix for IsAuthenticRequest bug when ids[] contains a single value. (#531)
  • Add SourceLink. (#527)
  • Fix for GiftCard.ExpiresOn format when updating a gift card. (#533)

5.3.0

23 Jun 21:55
5.3.0
Compare
Choose a tag to compare
  • Changed type of DraftOrder.ShippingLine to type DraftShippingLine (#523)
  • Implemented new CountryService (#522)

5.2.0

30 May 18:12
5.2.0
Compare
Choose a tag to compare
  • Changed InventoryLevel.Available from int to long (#517)

5.1.0

23 Apr 19:34
5.1.0
Compare
Choose a tag to compare
  • Add cancellation token support for all async service methods. (#476, #238)

5.0.4

06 Mar 14:21
5.0.4-release
Compare
Choose a tag to compare
  • Fixed encoding of Fields property in subsequent list filters (#470) (#471)
  • Added a CustomerOrdersListFilter which can be used to filter the status when listing orders for a customer (#473)

5.0.3

03 Mar 22:14
5.0.3
Compare
Choose a tag to compare
  • Added missing PriceRuleDiscountCodeListFilter for listing discount codes (#462)

5.0.2

03 Mar 22:13
5.0.2
Compare
Choose a tag to compare
  • Added CheckoutService.ListAsync and CheckoutService.CountAsync for listing/counting abandoned checkouts. (#468)
  • Marked all other CheckoutService methods as obsolete as they no longer seem to be documented or supported by Shopify.