Skip to content

Releases: nozzlegear/ShopifySharp

3.5.1

17 Jan 17:23
Compare
Choose a tag to compare
  • Add UserId, LocationId, OrderStatusUrl to ShopifyOrder. (#98)
  • Add SessionHash to ShopifyClientDetails and mark SessionHeight as obsolete to be removed in a future release. (#99)
  • Mark ShopifyOrder's PaymentDetails, TotalPriceUsd and ContactEmail as obsolete to be removed in a future release. (#100)
  • Add Filename property to ShopifyProductImage. (#103)

3.5.0

05 Jan 20:41
Compare
Choose a tag to compare
  • New RequestEngine.SetExecutionPolicy: Set a global execution policy to be used by the service for every API call. This can be used to implement a retry policy via the RetryExecutionPolicy and SmartRetryExecutionPolicy. (#94)
  • Made all service methods virtual so they can be overridden, making e.g. unit tests easier via a proxy. (#93)

3.4.4

27 Dec 14:31
Compare
Choose a tag to compare
  • New ShopifyCustomerUpdateOptions: Update a customer's password during ShopifyCustomerService.UpdateAsync (#92).

3.4.3

21 Dec 15:07
Compare
Choose a tag to compare
  • Bugfix: ShopifyCustomerService.CreateAsync wasn't properly serializing the CustomerCreateOptions class (#89).

3.4.2

14 Dec 20:55
Compare
Choose a tag to compare
  • Bugfix: ShopifyOrderRisk.CauseCancel should be nullable (#88).

3.4.1

08 Dec 14:21
Compare
Choose a tag to compare
  • Added the new DisplayScope property to ShopifyScriptTag. Known values are 'online_store', 'order_status' and 'all'. Defaults to 'all'. (#87)

3.4.0

15 Nov 16:25
Compare
Choose a tag to compare
  • New ShopifyArticleService: Create, get, update, list, count, and delete articles, in addition to listing authors and listing tags.

3.3.0

14 Nov 19:41
Compare
Choose a tag to compare
  • New ShopifyApplicationCreditService: Create, list and get Application Credits (#84).
  • Support for "Offline Access" and "Online Access" tokens when creating an authorization URL for OAuth integration (#83).
  • Support for canceling an order (#85).

3.2.0

27 Oct 15:31
Compare
Choose a tag to compare
  • New ShopifyBlogService: Create, get, update, count, list and delete a shop's blogs (#80).

3.1.1

27 Oct 13:44
Compare
Choose a tag to compare
  • Bugfix: ShopifyMetaFieldService.GetAsync was returning null due to bad deserialization. (#81)