Order Rating Update

Your generic channel integration can use this endpoint to update rating for previously placed order. Note that, when sending rating update, Deliverect will check whether the party sending the order has the correct scope to do so. If not, they are considered unauthorized. The scope for generic channels is communicated to integrating parties, and is checked in the request target URL only. Therefore, make sure this URL correctly contains the scope. As a payload we always expect a JSON that contains: * Channel order id (channelOrderId) * Date(UTC) when order was placed in ISO 8601 format (orderDate) * Id of the channel link (channelLinkId) * Array of rating objects (rating) * Subject of the rating. See allowed values in Rating Subjects table (subject) * Rating value from 0 to 10 (rating) * [Optional] Comment for the rating (comment) * [Optional] Reason for negative rating. See allowed values in Rating Reasons table (reason) #### Rating Subjects | Subject | Integer value | | - | - | | Restaurant | 1 | | Delivery | 2 | #### Rating reasons | Reason | Integer value | | - | - | | Item missing | 1 | | Order issue | 2 | | Order is wrong | 3 | | Food isn't fresh | 4 | | Food is cold | 5 | | Box was opened | 6 | | Delivery late | 7 | | Delivery issue | 8 | | Rude staff | 9 | | No issues | 10000 |

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here!