Skip to content

Releases: nozzlegear/ShopifySharp

3.1.0

07 Oct 15:42
Compare
Choose a tag to compare
  • New ShopifyProductVariantService: Create, get, update, count, list and delete a product's variants (#73).
  • New ShopifySmartCollectionService: Create, get, update, count, list and delete smart collections (#72).
  • New ShopifyOrderRiskService: Create, get, update, list and delete order risks (#71).
  • When an API call reaches Shopify's rate limit, a ShopifyRateLimitException will now be thrown. This exception inherits from the base ShopifyException, so previous code will still catch the exception (#67).
  • Bugfix: ShopifySharp will not properly parse the "authorization code was not found or was already used" error when trying to reuse an OAuth code (#70).
  • Bugfix: Closing and opening an order should return the ShopifyOrder object (#76).

3.0

21 Sep 20:20
Compare
Choose a tag to compare
3.0
  • Breaking release: all enums have been removed and replaced with strings to avoid unannounced changes from Shopify breaking your apps. Reasoning is documented here in #65.

2.4.0

13 Sep 20:22
Compare
Choose a tag to compare
  • New ShopifyEventService: List, get and count Shopify events (#66).

2.3.0

29 Aug 14:06
Compare
Choose a tag to compare
  • New ShopifyLocationService: List and get Shopify store locations.

2.2.0

19 Jul 15:09
Compare
Choose a tag to compare
  • New ShopifyUsageChargeService: Create, get and list usage charges.
  • New property: ShopifyRecurringCharge.Terms. Must be used to create a ShopifyUsageCharge.
  • New property: ShopifyRecurringCharge.CappedAmount. Must be used to create a ShopifyUsageCharge.

2.1.4

22 Jun 13:26
Compare
Choose a tag to compare
  • New ShopifyAuthorizationScopes: WriteShipping, ReadAnalytics, ReadUsers, WriteUsers.
  • New ShopifyThemeRole: Mobile.

2.1.3

10 Jun 13:51
Compare
Choose a tag to compare
  • Bugfix: ShopifyOrder.TotalWeight is now a long number. #56.

2.1.2

07 Jun 16:49
Compare
Choose a tag to compare
  • New ShopifyLineItem.Properties property. #55.

2.1.1

05 Jun 04:47
Compare
Choose a tag to compare
  • Bugfix: ShopifyShop.ForceSSL wasn't serializing or deserializing properly.

2.1.0

28 May 01:48
Compare
Choose a tag to compare
  • New feature: ShopifyProductImage. Create, get, count, list, update and delete a product's images. #52.
  • New property: ShopifyShop.ForceSSL. #53.