ShopifyClient shopifyClient = ShopifyClient.buildClient(apiKey, apiPassword, shopName); ShopResponse shopResponse = shopifyClient.admin().getShop(); OrdersResponse ordersResponse = shopifyClient.admin().getOrders();Other libraries used: okhttp3, jackson, lombok