Laravel-ShopifyAPI
Laravel-ShopifyAPI copied to clipboard
Shopify Laravel API Wrapper ( with Billing support!)
Hello, when trying to install it gives the following error due to conflicts. as investigated is why: The laravel/framework already has `illuminate/support` included in the installation. It gives the following...
How can we set the API version ? eg: 2019-07 or 2019-10 I have got this msg from shopify : - One or more of your apps have made deprecated...
Hello there, I am using Shopify::retrieve to get access token and after that I am trying to create an new product using api but not able to create send error...
I would like to be able to handle Internal Server Error from Shopify. It happens from time to time with get orders calls. the idea is not to die after...
How can I tell which store the request came from? that is, not to make it as rigid as in the example: Class myShopify extends Controller { protected $shop =...
As per: https://help.shopify.com/en/api/versioning Different versions of the Shopify API can be requested.
the /admin/products.json endpoint returns 50 by default for shopify, you can increase this to 250 with the "limit" property but you can not retrieve all products on any site with...
when i try your example getting this type of error ERROR :- array_intersect(): Argument #1 is not an array Please Help me
I see this issue was posted and fixed in a new pull request and I already have the fix in my code, but I am still facing this problem. I...
Im Getting this error. array_intersect(): Argument #1 is not an array in Shopify.php line 49 -- at HandleExceptions->handleError(2, 'array_intersect(): Argument #1 is not an array', '/Applications/XAMPP/xamppfiles/htdocs/shopify/vendor/bnmetrics/laravel-shopify-api/src/Shopify.php', 49, array('shopURL' => 'https://#####-3.myshopify.com/',...