Releases: nozzlegear/ShopifySharp
Releases · nozzlegear/ShopifySharp
5.8.0
- Add partial implementation of FulfillmentOrderService (#588)
- Update Shopify API version to 2020-10 (#589)
- Add
Asset.Checksum
, Product.Status
and Refund.RefundDuties
properties (#589)
- Add
Order.PresentmentCurrency
, Order.TotalLineItemsPriceSet
, Order.TotalDiscountsSet
, Order.TotalShippingPriceSet
, Order.SubtotalPriceSet
, Order.TotalPriceSet
, Order.TotalTaxSet
, ShippingLine.PriceSet
and ShippingLine.DiscountedPriceSet
properties (#592)
- Add
Transaction.Source
property (#595)
- Add
AuthorizationScope.WriteMerchantManagedFulfillmentOrders
and AuthorizationScope.ReadMerchantManagedFulfillmentOrders
scopes (#587)
5.7.0
- Add
StorefrontAccessTokenService
(#550)
5.6.0
- Target Shopify API version
2020-07
, up from 2019-10
(#572)
- Add new location fields introduced in
2020-04
(#572)
- Add all duties related properties/classes introduced in
2020-04
(#572)
5.5.0
- Re-add support for .NET Framework 4.5 (#438)
- Add new
CollectionService
for working with the Collections API endpoint (#565)
- Make the
AuthorizationResult
constructor public (#564)
5.4.0
- Fix for
IsAuthenticRequest
bug when ids[]
contains a single value. (#531)
- Add SourceLink. (#527)
- Fix for
GiftCard.ExpiresOn
format when updating a gift card. (#533)
5.3.0
- Changed type of
DraftOrder.ShippingLine
to type DraftShippingLine
(#523)
- Implemented new
CountryService
(#522)
5.2.0
- Changed
InventoryLevel.Available
from int
to long
(#517)
5.1.0
- Add cancellation token support for all async service methods. (#476, #238)
5.0.4
- Fixed encoding of
Fields
property in subsequent list filters (#470) (#471)
- Added a
CustomerOrdersListFilter
which can be used to filter the status when listing orders for a customer (#473)
5.0.3
- Added missing
PriceRuleDiscountCodeListFilter
for listing discount codes (#462)