{"id":21825829,"url":"https://github.com/channelape/shopify-sdk","last_synced_at":"2025-05-15T22:11:05.190Z","repository":{"id":39613816,"uuid":"156230119","full_name":"ChannelApe/shopify-sdk","owner":"ChannelApe","description":"Java SDK for Shopify REST APIs","archived":false,"fork":false,"pushed_at":"2024-10-18T18:08:36.000Z","size":812,"stargazers_count":168,"open_issues_count":39,"forks_count":113,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-19T02:32:33.818Z","etag":null,"topics":["client","java-sdk","orders","products","rest","rest-api","shopify","shopify-api"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChannelApe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-05T14:22:37.000Z","updated_at":"2025-03-28T03:51:20.000Z","dependencies_parsed_at":"2024-12-17T23:00:41.855Z","dependency_job_id":"44532038-702f-4b49-8fc6-03b7282a7e9d","html_url":"https://github.com/ChannelApe/shopify-sdk","commit_stats":{"total_commits":167,"total_committers":10,"mean_commits":16.7,"dds":0.3293413173652695,"last_synced_commit":"d73fa68de1580b128c0932d2e873d92b556801f3"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChannelApe%2Fshopify-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChannelApe%2Fshopify-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChannelApe%2Fshopify-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChannelApe%2Fshopify-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChannelApe","download_url":"https://codeload.github.com/ChannelApe/shopify-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254430331,"owners_count":22069909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["client","java-sdk","orders","products","rest","rest-api","shopify","shopify-api"],"created_at":"2024-11-27T18:02:49.165Z","updated_at":"2025-05-15T22:11:05.164Z","avatar_url":"https://github.com/ChannelApe.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shopify SDK\n\nJava SDK for Shopify REST APIs\n\n| Service   | Develop | Master |\n|-----------|---------|--------|\n| CI Status | ![example branch parameter](https://github.com/ChannelApe/shopify-sdk/actions/workflows/maven-develop.yml/badge.svg?branch=develop) | ![example branch parameter](https://github.com/ChannelApe/shopify-sdk/actions/workflows/maven.yml/badge.svg?branch=master) |\n\n[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=com.channelape%3Ashopify-sdk\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=com.channelape%3Ashopify-sdk) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.channelape%3Ashopify-sdk\u0026metric=coverage)](https://sonarcloud.io/component_measures?id=com.channelape%3Ashopify-sdk\u0026metric=coverage)\n[![Maven Central](https://img.shields.io/maven-central/v/com.channelape/shopify-sdk.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.channelape%22%20AND%20a:%22shopify-sdk%22)\n\n\n## Quickstart\nCreating SDK with store subdomain and access token, then making a sample call:\n\n```java\nfinal ShopifySdk shopifySdk = ShopifySdk.newBuilder()\n  .withSubdomain(subdomain)\n  .withAccessToken(accessToken).build();\nfinal ShopifyShop shopifyShop = shopifySdk.getShop();\n```\nFor private apps, `accessToken` should be the private app's Admin API password.\n\n## Optional Configuration\nThe final parameters of the SDK builder are optional and will use default values when not supplied:\n\n| Parameter   | Description | Default |\n|-----------|---------|--------|\n|Minimum Request Retry Random Delay|Shopify SDK uses a random wait strategy when calculating to perform the next attempt. This is the minimum duration to wait before performing the failed request.|1 second|\n|Maximum Request Retry Random Delay|Shopify SDK uses a random wait strategy when calculating to perform the next attempt. This is the maximum duration to wait before performing the failed request.|5 seconds|\n|Maximum Request Retry Timeout|The maximum time to keep retrying failed requests.|3 minutes|\n|Connection Timeout|The duration to attempt to connect to Shopify's API.|1 minute|\n|Read Timeout|The duration to attempt to read a response from Shopify's API.|15 Seconds|\n\n## Building from source\n\n\t1. Install Maven\n\t2. Install JDK 8\n\t3. Clone the repository.\n\t3. Navigate to repository directory and run `mvn install`\n\n## Release Notes\nPlease see our release notes here:  [https://github.com/ChannelApe/shopify-sdk/releases](https://github.com/ChannelApe/shopify-sdk/releases)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchannelape%2Fshopify-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchannelape%2Fshopify-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchannelape%2Fshopify-sdk/lists"}