Releases: nozzlegear/ShopifySharp
Releases · nozzlegear/ShopifySharp
1.15.1
- Support for publishing and unpublishing a Shopify product.
- Bugfix: Creating an unpublished product was broken and would create it as published.
1.15.0
- 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
andProductType
properties inShopifyProductFilterOptions
from long to string. (#29) - Bugfix:
ShopifyProductFilterOptions
failed to parse theCollectionId
from JSON. (#28)
1.14.0
- New feature:
ShopifyTransactionService
. Create, get, list and count an order's transactions.
1.13.0
- New feature:
ShopifyFulfillmentService
. Create, retrieve, update, list, count, complete and cancel an order's fulfillments.
1.12.0
ShopifyCollectService
. Create, retrieve, list, count and delete a store's Collects.
1.11.4
- Adds a
SinceId
filter toShopifyOrderFilterOptions
, letting you filter a list of orders to those created after the given id.
1.11.3
1.11.2
1.11.1
- Validate proxy page requests with ShopifyAuthorizationService.IsAuthenticProxyRequest.
1.11.0
- New feature: ShopifyRedirectService. Create, retrieve, list, update, count and delete a store's redirects.