Get all the needed information for feedbacks page of the shop
Query parameters
-
key string
GET /v2/public/shops/{shopId}/feedbacks
curl \
-X GET https://dev.sellpass.io/v2/public/shops/{shopId}/feedbacks \
-H "Authorization: $API_KEY"
Response examples (200)
{
"data": {
"feedbacks": [
{
"rating": 42,
"comment": "string",
"sellerReply": "string",
"createdAt": "2023-05-04T09:42:00+00:00",
"updatedAt": "2023-05-04T09:42:00+00:00"
}
]
},
"message": "string",
"errors": [
"string"
],
"log": "string"
}
Response examples (200)
{
"data": {
"feedbacks": [
{
"rating": 42,
"comment": "string",
"sellerReply": "string",
"createdAt": "2024-05-04T09:42:00+00:00",
"updatedAt": "2024-05-04T09:42:00+00:00"
}
]
},
"message": "string",
"errors": [
"string"
],
"log": "string"
}