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