vishalsharma-jft
vishalsharma-jft
@Anthony-david still not any reply from them. but I have found a solution with overriding some existing functions to use the new API version of Shopify.
@Anthony-david you can ping me on skype. so I can explain in detail about the changes. my skype Id - `vishal.sharma540`
Here is the Sample code const service = google.admin('directory_v1'); service.users.list({ auth: jwtclient, customer: 'my_customer', orderBy: 'email', maxResults: 500, projection:'full', pageToken }, function (err, response) { }) Now, it's working fine...