shopify-sdk icon indicating copy to clipboard operation
shopify-sdk copied to clipboard

Java SDK for Shopify REST APIs

Results 39 shopify-sdk issues
Sort by recently updated
recently updated
newest added

packaged as jar java.lang.RuntimeException: java.lang.ClassNotFoundException: Provider org.glassfish.jersey.internal.RuntimeDelegateImpl could not be instantiated: java.lang.IllegalStateException: No generator was provided and there is no default generator registered at javax.ws.rs.ext.RuntimeDelegate.findDelegate(RuntimeDelegate.java:152 ) at javax.ws.rs.ext.RuntimeDelegate.getInstance(RuntimeDelegate.java:120) at javax.ws.rs.core.UriBuilder.newInstance(UriBuilder.java:95)...

* Added support for fetching products in collections. * Added support for fetching single custom collections. * Added support for fetching single smart collections.

enhancement

Hello everyone, I added a library [Shopify SDK 2.4.3] I tried to authenticate or make another request, and I got this. The problem can only be solved if you download...

see here: https://shopify.dev/changelog/property-deprecations-in-the-rest-admin-api-order-resource

### Title Adding and creating new fields to get Orders, Products and Customer properly ### Description of Changes **This models have been created:** - `AbstractModel` (to implement `admin_graphql_api_id` field in...

Hi, Thanks for the great library! I am struggling to see how I can add Variants without needing to add a Product as well as being able to delete them?...

added supports for private apps who call api through basic auth.

Hey Guys, thank you for your API. It is a huge help. I got this issue: Wen I'am creating new Products with variants, I am giving them the image Sources....

ShopifyProduct has no status field ,I want to get product status about whether active or draft

help wanted