Skip to content

Releases: nozzlegear/ShopifySharp

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.

1.10.0

11 Nov 19:57
Compare
Choose a tag to compare
  • New feature: ShopifyThemeService. Create, retrieve, list, update and delete a store's themes
  • This release marks the first use of NullableEnumConverter<T>, which is the final solution for handling Shopify's undocumented and sometimes-null-sometimes-not enum values. Nullable enums are not backwards-compatible, so we'll wait until version 2.0 before switching all previous enums to this converter.

1.9.0

05 Nov 15:10
Compare
Choose a tag to compare
  • New feature: ShopifyProductService . Create, retrieve, count, list, update and delete a store's products.

1.8.0

22 Oct 16:48
Compare
Choose a tag to compare

New feature: ShopifyAssetService. Create, retrieve, list, update and copy a store theme's assets.

1.7.3

14 Oct 14:53
Compare
Choose a tag to compare

1.7.2

09 Oct 00:54
Compare
Choose a tag to compare