Hybris WebService
How to expose an endpoint from SAP Commerce (Hybris)
In this post, I will discuss how one can expose an endpoint in Hybris to be consumed by an external system. All of the code that we will add will be in an extension which extends the “commercewebservices” extension. Also, we will be accepting XML format. Request object The API Read more…