Focusing on managing products, variants, and collections through the API.
Hi there,
I am trying to upload images to product, via both attaching base64 string and supply URL to public server.
Both don't work for me.
The result of the POST requst to Product Images endpoint resutlts with just a list of images that are already there.
I tried both with `curl` and Python:
As you can see, I dont recieve any confirmation.
With Python I tried like this:
Here, the request is just returning information about already existing images.
As you can see I tried both with URL and encoded base64 string which looks like this:
Did any one have similar issue?
PS: I double checked that I have correct permission
I will appreciate any help