The customer is able to rate each product purchased in a specific order. This endpoint is used to save the customer's review comments on the purchased products list.
TIP
The products rating endpoint has been implemented in the Rating Web Component, , and It's all setup to save developer's time and effort.
To perform the process of rating the list of the purchased products, the developer may call the method products() along with the products' array and the order id as per the following example.