Feedbacks
Get Feedbacks
Retrieves the feedbacks.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonOptionalpageintegerperPageintegerMust be at least 1. Must not be greater than 100.
orderColumnstring"status" | "rating" | "reply" | "created_at" | "updated_at"orderDirectionstring"asc" | "desc"idstringstatusesarray<string>invoice_idstringratingintegerMust be at least 1. Must not be greater than 5.
invoice_emailstringmessage_keywordstringis_automaticbooleancreated_at_startstringMust be a valid date.
created_at_endstringMust be a valid date. Must be a date after created_at_start.
reply_keywordstringhas_replybooleanproduct_namestringvariant_namestringproduct_idstringvariant_idstringPath Parameters
shopIdRequiredintegerThe shop ID.
Get Feedback
Retrieves a specific feedback.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerThe shop ID.
feedbackIdRequiredintegerThe feedback ID.
Reply to Feedback
Replies to a specific feedback.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonOptionalreplystringPath Parameters
shopIdRequiredintegerThe shop ID.
feedbackIdRequiredintegerThe feedback ID.
Dispute Feedback
Disputes a specific feedback.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonRequiredreasonRequiredstringPath Parameters
shopIdRequiredintegerThe shop ID.
feedbackIdRequiredintegerThe feedback ID.
Delete Automatic Feedbacks
Deletes all automatic feedbacks.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerThe shop ID.