New Patch method in Service API 5.5.0

 

As you might know that we have API for these methods: Get, Post, Put and Delete but in some cases when you use the Put method it would re-add the whole property and make some values wiped (for example: Shipping Address).

So we introduced a new Patch API to handle that case in the release of Service API 5.5.0

For the usage, everything would be the same as Put method, you just need to change your code/tool to use Patch method:


Comments

Popular posts from this blog

Optimizely Content Graph: minimal setup for testing

Episerver ServiceAPI: Example of how-to properly call the media upload

SameSite Cookie login troubleshooting