-
## Overview
The API itself will already return the full object if you do a create/update operation. However, the library swallows this response here:
https://github.com/Shopify/shopify-php-api/blo…
-
## Overview/summary
Currently the abstract API calls will not handle rate limiting because $tries is not passed on here:
https://github.com/Shopify/shopify-api-php/blob/582252eaedb2bb6828bb2d02238e1…
-
## Overview/summary
Currently using this library when connecting to a private app is confusing.
It takes quite a long time to work out what you are doing, when it feels like it could be really …
-
There's so many unanswered issues, going back months...just crickets.
The repo is still using Laravel 8, we are up to v11 now.
Please keep this template updated and please give us some support w…
-
I am trying to setup non embedded app with the help shopify cli3 using php template.
I have disabled embedded app from the shopify section but app still not working as non embedded. Please help what …
-
how to get http header using PHP-Shopify-APIP-Wrapper?
-
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_S…
-
Hi !
how can i create a CronJob ? i nfact i changed the get_products.php so it became like this :
`session_start();
require __DIR__.'/vendor/autoload.php';
use phpish\shopify;
require __…
-
Hello Guys.
I'm getting below issue while fetching the data from Shopify webhook. Added the webhook on "Order creation" in Shopify.
Please help me in resolving the issue.
**Page url**: https://…
-
Issue summary
I am attempting to set up Webhooks in a shopify app generated by the shopify-app-template-php. There is no clear documentation I can find about how to do this.
However, the templat…