REST API upload brand image issue
-
It is impossible to add brand image from api, no errors returned from the request. The brand is created but the image is not saved, same happens for brand description.
This is the Json/text request :
{ "name": "TestBrand", "image": { "src": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Apple_logo_black.svg/768px-Apple_logo_black.svg.png" } }
I also tried with “brand_image” but same happens
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘REST API upload brand image issue’ is closed to new replies.