woocommerce / woocommerce-rest-api-js-lib

New JavaScript library for WooCommerce REST API
https://www.npmjs.com/package/@woocommerce/woocommerce-rest-api
MIT License
273 stars 76 forks source link

Woocommerce Image SRC not working #109

Open ermander opened 2 years ago

ermander commented 2 years ago

Hi Everyone, i'm trying to insert a product image inside the image object. I receive a base64 string that i save inside the data.image.src, but i retrieve always a placeholder (an url) by default, and not my image. Do you know what i sould upload inside this field? Thank you in advance!