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 visible (Hide)

ShopifySharp - 1.17.0

Published by nozzlegear over 8 years ago

New feature: ShopifyCustomCollectionService. Create, update, count, list and delete custom collections.

ShopifySharp - 1.16.0

Published by nozzlegear over 8 years ago

  • New feature: ShopifyMetaFieldService. Create, get, list, count, update and delete metafields.
ShopifySharp - 1.15.1

Published by nozzlegear over 8 years ago

  • Support for publishing and unpublishing a Shopify product.
  • Bugfix: Creating an unpublished product was broken and would create it as published.
ShopifySharp - 1.15.0

Published by nozzlegear over 8 years ago

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

Published by nozzlegear almost 9 years ago

  • New feature: ShopifyTransactionService. Create, get, list and count an order's transactions.
ShopifySharp - 1.13.0

Published by nozzlegear almost 9 years ago

  • New feature: ShopifyFulfillmentService. Create, retrieve, update, list, count, complete and cancel an order's fulfillments.
ShopifySharp - 1.12.0

Published by nozzlegear almost 9 years ago

  • ShopifyCollectService. Create, retrieve, list, count and delete a store's Collects.
ShopifySharp - 1.11.4

Published by nozzlegear almost 9 years ago

  • Adds a SinceId filter to ShopifyOrderFilterOptions, letting you filter a list of orders to those created after the given id.
ShopifySharp - 1.11.3

Published by nozzlegear almost 9 years ago

  • Makes ShopifyShop.PasswordEnabled a nullable Boolean. Null values here previously threw a deserialization exception. See #18 for more details.
ShopifySharp - 1.11.2

Published by nozzlegear almost 9 years ago

ShopifySharp - 1.11.1

Published by nozzlegear almost 9 years ago

  • Validate proxy page requests with ShopifyAuthorizationService.IsAuthenticProxyRequest.
ShopifySharp - 1.11.0

Published by nozzlegear almost 9 years ago

  • New feature: ShopifyRedirectService. Create, retrieve, list, update, count and delete a store's redirects.
ShopifySharp - 1.10.0

Published by nozzlegear almost 9 years ago

  • 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.
ShopifySharp - 1.9.0

Published by nozzlegear almost 9 years ago

  • New feature: ShopifyProductService . Create, retrieve, count, list, update and delete a store's products.
ShopifySharp - 1.8.0

Published by nozzlegear almost 9 years ago

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

ShopifySharp - 1.7.3

Published by nozzlegear about 9 years ago

ShopifySharp - 1.7.2

Published by nozzlegear about 9 years ago

  • Fixes #11
ShopifySharp - 1.7.1

Published by nozzlegear about 9 years ago

  • Bugfix: ShopifySharp.Enums.ShopifyProcessingMethod did not contain 'free' value, threw exception on deserialization. Fixed by adding 'free' value and a converter that will set any future unknown values to 'Unknown'. Next release will apply this to all enums, owing to the fact that Shopify does not document all valid enums, making it impossible to include them all without trial and error.
ShopifySharp - 1.7.0

Published by nozzlegear about 9 years ago

New feature: ShopifyScriptTagService. Create, get, list, count, update and delete script tags.

ShopifySharp - 1.6.0

Published by nozzlegear about 9 years ago

New feature: ShopifyChargeService. Create, retrieve, list and activate one-time application charges.

Bugfixes for this release can be found here.

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