Java SDK for Shopify REST APIs
Search for millions of products from the world's greatest brands.
This removes an unecessary try/catch that wasn't providing any value.
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 bu…
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 …
Adds optional `withApiVersion` parameter when building the ShopifySDK. If not populated, this will use shopify oldest stable version. Although thi…
Adds mapping of order adjustments and transactions on the Shopify Order Refund model.
* Fixes issue with jersey marshaling eating the buffer and logging null responses sometimes when errors occurred. #43 * Adds private app installatio…
Previously tax lines were only accessible at the order level, but now they will be included in both the order and line item level.
* 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 Col…