post https://developer.api.us.walmart.com/api-proxy/service/supplychain/transportation/v1/daas/feedbacks
This request adds feedback or ratings details for a prior delivery.
The client must capture the feedback information from their own application.
The information can then be used in this request to report it to Walmart GoLocal.
Feedback can be added any time after a completed delivery.
Repeating this request adds feedback for the delivery.
That means the same delivery may have multiple feedback comments and ratings.
Example
The following example creates a feedback note for externalOrderId` of 2824938598 with a rating of five.
POST {baseURL}/feedbacks
Request body:
{ "clientId": "2", "externalOrderId": "74829491422933", "rating": 5, "comment": "Great service. And friendly, too!"
}
Response body:
{ "id": "2624cee5-b00d-48c7-9d8f-598025f144e6"
}
See Also
To retrieve feedback details for a prior delivery or delivery driver, see POST /clients/tips/{clientId}/externalorder/{externalOrderId}
.