Skip to content

vadymdudnyk/shopify-java-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopify java api client

Example usage:

Create ShopifyClient:

    ShopifyClient shopifyClient = ShopifyClient.buildClient(apiKey, apiPassword, shopName);

Get Shop info:

    ShopResponse shopResponse = shopifyClient.admin().getShop();

Get Orders:

    OrdersResponse ordersResponse = shopifyClient.admin().getOrders();

Other information:

Other libraries used: okhttp3, jackson, lombok

About

Shopify api java client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages