Is it possible to add an asset through the management API?
Thinking of using /admin/api/ProductAssetAdd as it looks like a good match for the use case.
But how can I use this combined with lets say a Base64 string representing the asset (image or pdf).
Have anyone tried this before? Or can anyone let me know if it is possible to do asset uploads through API?
Do I have to upload the file first, and then add the asset to the product using the relative file path?
Guess there is no API option to upload files using Base64...?