No content to show
User Activity
use Shopify\Clients\Rest;use Shopify\Auth\FileSessionStorage;Shopify\Context::initialize('apiKey', 'apiSecretKey', 'scopes', 'hostName.myshopify.com', new FileSessionStorage('/tmp/php_sessions'), '2021-10');$client = new Rest('xxx.myshopify.com', 'ac...
object(Shopify\Clients\RestResponse)#21 (8) { ["pageInfo":"Shopify\Clients\RestResponse":private]=> NULL ["requestId":"Shopify\Clients\HttpResponse":private]=> string(36) "XXXXXXXXXXX-42b3-8315-21fa5e74c17a" ["reasonPhrase":"GuzzleHttp\Psr7\Response"...