skip to Main Content

Woocommerce API thinking image SRC is a different type of file, not a JPG

Example: ["images"]=> array(6) { [0]=> array(2) { ["src"]=> string(112) "https://nz.tradevine.com/BlobStorage/GetFullPhoto?photoID=3783754511503592459&organisationID=3468490059683634443" ["position"]=> string(1) "0" } The image is https://nz.tradevine.com/BlobStorage/GetFullPhoto?photoID=3783754511503592459&organisationID=3468490059683634443 I get an error: "Error: Invalid image: Sorry, you are not allowed to upload this file type. [woocommerce_api_product_image_upload_error] I change WP_config file…

VIEW QUESTION

WooCommerce API Get User Information

so I've been trying to get the WooCommerce REST API to give me single users and all users information to no avail, I keep getting the error: { "code": "woocommerce_rest_cannot_view", "message": "Sorry, you cannot list resources.", "data": { "status": 403…

VIEW QUESTION
Back To Top
Search