shopify-php-sdk
shopify-php-sdk copied to clipboard
products.json 404
$productService->all();
GuzzleHttp\Exception\ClientException
Client error: `GET https://REDACTED.myshopify.com/admin/api/products.json` resulted in a `404 Not Found` response:
{"errors":"Not Found"}
$ curl -I https://REDACTED.myshopify.com/admin/api/products.json
HTTP/2 401
date: Thu, 29 Jul 2021 01:10:26 GMT
content-type: application/json; charset=utf-8
...
This is solved by #62 just edit file manually as workaround