Does the Ordoro API allow partial updates to an existing product? In other words, is it possible to update data in just a single field (e.g. title or price) without writing the entire product?
The problem with having to write a full update is that it means you have to first read the product, then change the relevant field, and then write it back to the API. Which is of course additional programmatic work, especially when updating multiple products. But it is necessary to ensure data integrity.