Could we get a way to retrieve an order's feedback through the API? I have been working on an app to mange my store and I can send feedback. There is just no way of knowing if I have already submitted feedback since I can't retrieve my past feedbacks?
Ideally, include all the feedback data when GET: order/view is called.
Thanks.
Comments
"customer_feedback_left": 0,
"store_feedback_left": 1,
But there is no way of knowing if it is positive, negative or neutral.
Or does this value represent 1: positive, 0: neutral, -1 negative? If this is the case, could the feedback comment be returned with the API?
I requested this feature earier but can't find the topic anymore.
I really like to have the full text, rating and date returned when possible. For both buyer and seller placed feedback.
Please
Thanks!
BLSM has some other feedback functions, but these are the main reason I'd like to have the data.
If this is going to take much dev. time, I don't really see it as relevant.