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

products.json 404

Open yoosefi opened this issue 3 years ago • 1 comments

$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
...

yoosefi avatar Jul 29 '21 01:07 yoosefi

This is solved by #62 just edit file manually as workaround

roest01 avatar Aug 01 '21 16:08 roest01