why woocommerce api only do not upload images from local computer?

I want to upload images on my computer to a wordpress website, however the woocommerce api is only working well with everything except images on my computer. Here is the code I am using when it works just fine, creates the product and uploads the image: require __DIR__ . ‘/vendor/autoload.php’; use AutomatticWooCommerceClient; $woocommerce = new … Read more