Creates a new review for a specific product, optionally including a comment, images, anonymity preference, and an associated order.This endpoint is typically used after a purchase to allow customers to share feedback and ratings.
Request
Path Params
Body Params multipart/form-dataRequired
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.zid.sa//products/prod_123/reviews' \
--form'rating="5"' \
--form'comment="Great quality and packaging."' \
--form'is_anonymous="false"' \
--form'order_id="987654"' \
--form'images=@"review_image.jpg"'