-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Hello,
I am getting this error when I try to use call function.
ERROR #22: The requested URL returned error: 400 Bad Request
$sh = new API;
$sh->setup(['API_KEY' => $this->api_key, 'API_SECRET' => $this->api_secret, 'SHOP_DOMAIN' => session('shop'), 'ACCESS_TOKEN' => session('access_token')]);
$call = $sh->call(['URL' => 'products.json', 'METHOD' => 'GET', 'DATA' => ['limit' => 5, 'published_status' => 'any']]);
return $call;
Metadata
Metadata
Assignees
Labels
No labels