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

PHP SDK for Shopify API

Results 119 php-shopify issues
Sort by recently updated
recently updated
newest added

I have create my new Shopify payment app and I am calling graphQL mutations. I have got an error from Shopify as below, **Action Required: Can you please work with...

enhancement

config initialize not working when coded added in class constructor but working when initialized in class method

Allow for non-composer users to download from github releases and work with the package on no shell accounts (sans composer), like FTP, ect.

How to get Inventory Level in Shopify SDK.

enhancement

Hi, how can I request the "/admin/oauth/access_scopes.json" api to get all of the access scopes? https://shopify.dev/docs/admin-api/rest/reference/access/accessscope Thank you.

Hello, Context: I'm working on an embedded Shopify App, which utilizes the App Proxy feature for Shopify Apps. This will route requests such as example.myshopify.com/tools/myapp_api to your own server eg....

Hi team, Thank you for the library - it is very useful! I'm getting this response to a request *occasionally* during a looped inventory check on a store. `PHP Fatal...

I tried this `$shoppify->ProductVariant->search("sku:{$sku}") `but it always gives output as `Uncaught PHPShopify\Exception\ApiException: {"errors":"Not Found"}` even though sku present in inventory Note: used composer to install latest phpclassic/php-shopify example: ``` $sku="example-shirt-s";...

35 : OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to deconovo-uk.myshopify.com:443 {"exception":"[object] (PHPShopify\\Exception\\CurlException(code: 0): 35 : OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to deconovo-uk.myshopify.com:443 at D:\\phpstudy_pro\\WWW\\shopify\\vendor\\phpclassic\\php-shopify\\lib\\CurlRequest.php:179) [stacktrace] #0 D:\\phpstudy_pro\\WWW\\shopify\\vendor\\phpclassic\\php-shopify\\lib\\CurlRequest.php(84): PHPShopify\\CurlRequest::processRequest(Resource id #646) #1...