json - Creating Images on BigCommerce -


although can create products in bigcommerce via api can't seem create images.

the images here within webdav folder

"product_images/uploaded_images/5017289001906.jpg"

so json posting /products/253571/images

is

"{\"image_file\":\"product_images/uploaded_images/5017289001906.jpg\"}"

every time "the field 'image_file' invalid."

i can't work out think wrong or fix it.

ideas please?!

according information provided developer.bigcommerce.com information either full url or path should relative import directory. check if mentioned route correct , if give try full url like:

https:// yoursite.tld/images/stuff.png


Comments