reviews.read_write- Questions & Reviews Read & WriteAuthorization: Bearer ********************{
"type": "rating",
"order_id": 75895308,
"customer_id": 83854628,
"page_id": 21931877,
"shipping_company_id": 26093455,
"product_id": 919068012,
"content": "Product Rating",
"images": [
"https://loremflickr.com/640/480/animals"
]
}curl --location --request POST 'https://api.salla.dev/admin/v2/feedbacks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "rating",
"order_id": 75895308,
"customer_id": 83854628,
"page_id": 21931877,
"shipping_company_id": 26093455,
"product_id": 919068012,
"content": "Product Rating",
"images": [
"https://loremflickr.com/640/480/animals"
]
}'{
"status": 200,
"success": true,
"data": {
"id": 59525270,
"type": "store",
"rating": "5",
"content": "Great Product",
"order_id": 1911225609,
"reference_id": "40110",
"is_published": true,
"is_reported": false,
"created_at": "2024-12-09 09:33:59",
"likes_count": null,
"images": [
"https://imageurl.com/image.png"
]
}
}