Hello everyone,
In our custom app, we are supposed to replace product images for products in the quote.
We first search the quote lines
And after that we replace the image for each line using the function SaveQuoteLineImageAsync.
Unfortunately, we get a "Not Implemented" error on this call:
We have tried WebAPI in versions 10.2 and 10.5, with the same result.
This customer is using one of our quote connectors.
We have searched, but could not find the proper method for overwriting. Does the error have to do with the Quote connector or is the method really not yet implemented in Rest API?
Thank you in advance!
Best regards, Andrey
All Replies (10)
With the SCILification of the quote module, everything that is done in the GUI is also possible in the REST Api. Looking at that I don't think it is possible to replace the image on quote line level. Only to specify a image on product level, which then is set on the quote line during creation.
You can set the image of a product using the blob rest endpoint:
Hello David,
thank you for your reply.
The customer uses a "generic" product for the quotes, changes the name and price directly in quote line, and also wants to set the image.
Andrey
We actually removed these methods in v11... So they will not be so confusing in the future.
I have defined a wish for the methods. It would help/simplify things if they were implemented.