I’ve seen in this Updating your store product prices | Veeqo Help Center help article that it’s possible to have different prices set per channel however I was wondering if it was possible to set these using the API itself and if so how would it be done?
However it would be possible to do via the channel_sellables endpoint https://api.veeqo.com/channel_sellables/:ID {"remote_price":46}
I found this information by performing the request in the UI with the network tab of chrome dev tools open, you should be able to mirror most requests the UI makes via the API.
PLEASE NOTE:
This is not official supported, you might experience unexpected behaviour and things might break at any point in the future.