I'm currently writing an integration process to send data from our legacy system to D365.
I'm importing products using the oData API, first with the ProductV2 entity and then with the ReleaseProductV2.
When importing a new product with ReleaseProductV2 it takes a bit of time to complete, the same as it does when you release it using the web app. I understand that it is probably going through a fair bit of validation and subsequent trigger tasks.
However, it also takes quite a long time when I'm updating a ReleasedProductV2 entity.
My question is, if I have a product where only a dimension has changed, for example, is there an alternative way to update that product which doesn't take as long as a update on a ReleasedProductV2 entity?