Shopify Sdk Versions Save

Java SDK for Shopify REST APIs

2.8.0

1 year ago

This removes an unecessary try/catch that wasn't providing any value.

2.6.0

1 year ago

Shopify is forcing API users to start using their fulfillment order API's starting as 03/31/2023. We left the deprecated functions in there for now but you should now be able to explicitly decide which API to use when calling functions from the client as long as you aren't specifying version number. We highly recommend you check your apps to ensure compatibility works for you.

2.4.3

2 years ago

Adds support for the new metafield values and types. This also alleviates the deprecation errors for the changes that are fully removed in 2021-10

For more: https://shopify.dev/changelog/online-store-2-0-new-metafields-type-system-and-dynamic-sources

2.3.0

3 years ago

Adds optional withApiVersion parameter when building the ShopifySDK.

If not populated, this will use shopify oldest stable version. Although this is not recommended so you can target a set of shopify features. Ex: '2020-10' '2020-07' '2020-04'.

If you are specifying the API URL ensure you leave off the version if you are using this.

2.2.0

3 years ago

Adds mapping of order adjustments and transactions on the Shopify Order Refund model.

2.1.0

3 years ago
  • Fixes issue with jersey marshaling eating the buffer and logging null responses sometimes when errors occurred. #43
  • Adds private app installation instructions to readme from PR #40
  • Updates JUnit to 4.13.1 from PR #47

2.0.1

3 years ago

Previously tax lines were only accessible at the order level, but now they will be included in both the order and line item level.

2.0.0

4 years ago
  • Cursor Based Pagination is now supported. See #20 for more details.
  • Java 8 and Java 11 are now supported. See #31 for more details.
  • Custom Collections are now supported. See #26 for more details.

1.7.0

4 years ago

Adds optional fields note, note_attributes, and financial_status during order creation.

1.6.0

4 years ago
  • #16 was merged into this release to allow more ways to query customers.
  • Additional order query support was added
  • Rate Limit retry edge case was handled where 429 for too many images on a variant was seen as rate limit exceeded instead of a bad request.