php-shopify
php-shopify copied to clipboard
PHP SDK for Shopify API
Hello, Recently I've started receiving this error when trying to fulfill orders on Shopify. For security reasons, requests using HTTP Basic Authentication cannot include cookies $this->config = array( 'ShopUrl' =>...
Hello, how can i get more than 250 order by request? In shopify community i found this solution: GET /admin/products.json?limit=250&page=1 where page paramater is used for pagination. but in this...
Hi, if I create new products or new SKU, and want to push to Shopify. How do I use the API?
We have tried to create webhook using this library but don't show my Shopify admin panel.
getting below response when accessing **$shClient->GraphQL->post** resource **Invalid resource name GraphQL. Pls check the API Reference to get the appropriate resource name.**
Anyone experience the same as these? How do we solve this issue? 1. PHPShopify\Exception\CurlException: 6 : Could not resolve host: mysite.myshopify.com 2. PHPShopify\Exception\CurlException: Request failed with HTTP Code 502. 3....
I try $this->shopify->Collect($collection_id)->Product($product_id)->delete(); There are no prompts and effective instructions, and there are no Shopify API instructions. Who can help me?
This is not working. cannot update variation_id of exiting order.
PriceRule supports batch discount code creation https://shopify.dev/docs/admin-api/rest/reference/discounts/discountcode#batch_create-2020-04
Logging
Hi Tareq We've got the requirement to log requests and responses to/from Shopify. Are you interested in a pull request to add logging to a PSR-3 logger, like Monolog? If...