I am still trying to get this working as I havent had a response with any suggestions
I see in the code.gs page the url for autosync is
var url = ${store_url}/wp-json/wc/v3/products/batch;
if i enter that URL directly into the browser with my site name i get the same error,
{“code”:”rest_no_route”,”message”:”No route was found matching the URL and request method.”,”data”:{“status”:404}}
so to me it looks like the batch part is not found, how do i enable the batch part ?