Skip to content

Releases: nozzlegear/ShopifySharp

1.15.1

22 Feb 17:08
Compare
Choose a tag to compare
  • Support for publishing and unpublishing a Shopify product.
  • Bugfix: Creating an unpublished product was broken and would create it as published.

1.15.0

09 Feb 21:49
Compare
Choose a tag to compare
  • New feature: ShopifyPageService. Create, get, list, count, update and delete a shop's web pages. (#25)
  • Enhancement: Removed Humanizer dependency in favor of C# 6.0's native string interpolation. (#23)
  • Enhancement: Added additional filter options to ShopifyOrderFilterOptions. (#27)
  • Bugfix: Changed the Title, Vendor, Handle and ProductType properties in ShopifyProductFilterOptions from long to string. (#29)
  • Bugfix: ShopifyProductFilterOptions failed to parse the CollectionId from JSON. (#28)

1.14.0

26 Dec 06:58
Compare
Choose a tag to compare
  • New feature: ShopifyTransactionService. Create, get, list and count an order's transactions.

1.13.0

25 Dec 08:01
Compare
Choose a tag to compare
  • New feature: ShopifyFulfillmentService. Create, retrieve, update, list, count, complete and cancel an order's fulfillments.

1.12.0

25 Dec 00:51
Compare
Choose a tag to compare
  • ShopifyCollectService. Create, retrieve, list, count and delete a store's Collects.

1.11.4

18 Dec 14:31
Compare
Choose a tag to compare
  • Adds a SinceId filter to ShopifyOrderFilterOptions, letting you filter a list of orders to those created after the given id.

1.11.3

30 Nov 15:26
Compare
Choose a tag to compare
  • Makes ShopifyShop.PasswordEnabled a nullable Boolean. Null values here previously threw a deserialization exception. See #18 for more details.

1.11.2

25 Nov 02:48
Compare
Choose a tag to compare
  • Fixed a bug ShopifyOrderService.ListAsync and ShopifyProductService.ListAsync where filtering the results to specific ids was broken.

1.11.1

16 Nov 20:53
Compare
Choose a tag to compare
  • Validate proxy page requests with ShopifyAuthorizationService.IsAuthenticProxyRequest.

1.11.0

12 Nov 17:10
Compare
Choose a tag to compare
  • New feature: ShopifyRedirectService. Create, retrieve, list, update, count and delete a store's redirects.