ShopifySharp

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.

MIT License

Stars
722
Committers
79

Bot releases are hidden (Show)

ShopifySharp - 5.5.0

Published by nozzlegear about 4 years ago

  • 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)
ShopifySharp - 5.4.0

Published by nozzlegear about 4 years ago

  • 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)
ShopifySharp - 5.3.0

Published by nozzlegear over 4 years ago

  • Changed type of DraftOrder.ShippingLine to type DraftShippingLine (#523)
  • Implemented new CountryService (#522)
ShopifySharp - 5.2.0

Published by nozzlegear over 4 years ago

  • Changed InventoryLevel.Available from int to long (#517)
ShopifySharp - 5.1.0

Published by nozzlegear over 4 years ago

  • Add cancellation token support for all async service methods. (#476, #238)
ShopifySharp - 5.0.4

Published by nozzlegear over 4 years ago

  • 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)
ShopifySharp - 5.0.3

Published by nozzlegear over 4 years ago

  • Added missing PriceRuleDiscountCodeListFilter for listing discount codes (#462)
ShopifySharp - 5.0.2

Published by nozzlegear over 4 years ago

  • Added CheckoutService.ListAsync and CheckoutService.CountAsync for listing/counting abandoned checkouts. (#468)
  • Marked all other CheckoutService methods as obsolete as they no longer seem to be documented or supported by Shopify.
ShopifySharp - 5.0.1

Published by nozzlegear over 4 years ago

  • Made MetaFieldFilter.UpdatedAtMax nullable (#465)
  • Fixed request URL bug in RecurringChargeService.ActivateAsync (#465)
  • Adjust SmartRetryExecutionPolicy and RetryExecutionPolicy to only retry when the the "leaky bucket" has been reached. 429 responses that do not indicate how many requests are available or how long the client must wait before retrying will now throw an exception. (#466) (#467) (#455) (#350)
ShopifySharp - 5.0.0

Published by nozzlegear over 4 years ago

5.0 major release, includes many breaking changes, particularly to most ListAsync methods. Supports Shpoify API version 2019-10.

ShopifySharp - 4.25.3

Published by nozzlegear over 4 years ago

  • Updated the warnings for obsolete ListAsync methods to state that ShopifySharp v5.0 is available and should be upgraded before April 2020.
ShopifySharp - 4.25.2

Published by nozzlegear over 4 years ago

  • Added [JsonIgnore] on Restock property because of refund error (#443)
ShopifySharp - 4.25.0

Published by nozzlegear almost 5 years ago

  • Marked all ListAsync methods as obsolete, to be deprecated by Shopify on April of 2020 (#380)
  • Added AuthorizationScope.ReadLocations enum (#432)
  • Marked Collect.Feature as obsolete (#434)
  • Fixed HMAC bug when querystring contains an array (#437)
  • Added Shopify Refund API (#436)
ShopifySharp - 4.24.0

Published by nozzlegear almost 5 years ago

Fixes endpoint for all requests using the GraphService. (#429, #395)

ShopifySharp - 4.23.0

Published by nozzlegear almost 5 years ago

  • Marked extension methods as internal (#425, #426)
ShopifySharp - 4.22.0

Published by nozzlegear almost 5 years ago

  • Fix for deserialization of invalid dates on FulfillmentEvent.EstimatedDeliveryAt (#420)
  • Added Width, Height and Alt to the SmartCollectionImage (#421)
  • Add GiftCardAdjustmentService (#418)
ShopifySharp - 4.21.7

Published by nozzlegear about 5 years ago

  • Added Alt, Width and Height properties to CustomCollectionImage. #402
ShopifySharp - 4.21.6

Published by nozzlegear about 5 years ago

  • Changed Variant.Grams long (#396)
ShopifySharp - 4.21.5

Published by nozzlegear about 5 years ago

  • Changed DiscountAllocation.DiscountApplicationIndex from int to long (#394)
ShopifySharp - 4.21.4

Published by nozzlegear about 5 years ago

Automated AppVeyor release for ShopifySharp v4.21.4. Check changelog.md for a list of changes.

Badges
Extracted from project README
NuGet Build status license Learn how to build rock-solid Shopify apps with C# and ASP.NET
Related Projects