Skip to content

Releases: nozzlegear/ShopifySharp

5.18.1

23 Aug 21:20
43f04fa
Compare
Choose a tag to compare

What's Changed

  • Implement additional FulfillmentOrderService methods by @judah4 in #770
  • Add missing Customer property, mark other Customer properties as obsolete by @JnsSo in #772
  • Fix CheckoutService.CreateAsync endpoint by @nozzlegear in #754

New Contributors

Full Changelog: 5.18.0...5.18.1

5.18.0

12 Aug 16:34
Compare
Choose a tag to compare

What's Changed

  • Added the static MultipassService with multipass url generator by @knopa in #512
  • Added TenderTransactionService by @samnorr in #768

New Contributors

Full Changelog: 5.17.0...5.18.0

5.17.0

06 Aug 23:30
4b36dc5
Compare
Choose a tag to compare

What's Changed

  • Sales channel REST API implementation by @cmgt in #738
  • Add most of the Shipping and Fulfillment endpoints by @codecooper in #677
  • Implement FulfillmentOrderService.GetAsync by @nozzlegear in #767

New Contributors

Full Changelog: 5.16.0...5.17.0

5.16.0

04 Aug 00:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.15.0...5.16.0

5.15.0

18 Feb 20:13
5.15.0
Compare
Choose a tag to compare
  • Add new CustomerMarketingConsentWebhook class (#712)

5.14.4

12 Jan 17:28
5.14.4
Compare
Choose a tag to compare
  • Remove erroneous JsonProperty attribute for Json.Net LineItem.TipPaymentGatewaySpecified flag; make flag non-nullable (#706)

5.14.3

11 Jan 21:42
5.14.3
Compare
Choose a tag to compare
  • Add LineItem.TipPaymentGatewaySpecified property (#706)
  • Add ReadDiscounts and WriteDiscounts authorization scopes (#692)
  • Add Customer.SmsMarketingConsent property (#702)
  • Fix issue with Event.Arguments deserialization by changing type to IEnumerable<object> to handle nested objects (#705)

5.14.2

13 Dec 20:22
5.14.2
Compare
Choose a tag to compare
  • Fix: add missing JsonProperty("type") attribute for Metafield.Type (#695, #699)

5.14.1

13 Dec 20:20
5.14.1
Compare
Choose a tag to compare
  • Fix serialization bug for Customer.AcceptsMarketingUpdatedAt (#690)

5.14.0

17 Nov 22:50
5.14.0
Compare
Choose a tag to compare
  • Dropped support for .NET Standard 1.4 and .NET Framework 4.5. (#438)
  • Target .NET Standard 2.1 as target framework.
  • Update Shopify API version to 2021-10. (#674)
  • Deprecated FulfillmentOrder.FulfillmentServiceHandle. (#687)
  • Deprecated Metafield.ValueType and added Metafield.Type. (#656)
  • Add support for setting a global IHttpClientFactory and changing instance-specific HttpClient. (#369)
  • Fixed a bug where the LeakyBucketExecutionPolicy would throw a NullReferenceException in certain cases when Shopify would return an error message. (#685)
  • Add support for request contexts in LeakyBucketExecutionPolicy. (#672)
  • Add Order.CheckoutToken and Order.CheckoutId (#684) (#671) (#675)
  • Add various missing Shop, Customer and Order properties (#675).
  • Add DiscountCodeService.GetAsync(string code) method to get a PriceRuleDiscountCode by its code. (#664)