Integration engineers can use the REST API to upload images of products, so that the integration route can upload product images automatically.
The API consumer will have to:
-
Create an upload slot first by calling uploadmanager.newuploadslot.
-
Then upload the product image by calling productimages.upload/slot ID/sku.
-
Finally delete the uploading slot by calling uploadmanager.deleteslot/slot ID.