This entity contains the reviews of the product added by product users. Here, customers can share their experience of using the particular product or services.
| Value | Description |
|---|---|
|
review Type: string Required |
Customer experience of using the particular product or services. Example: High Quality of Fabric |
|
publish Type: string Required |
Assign it "0", if you want to unpublish the review. By default, this flag's value is "1". Example: 1 |
|
rating Type: string Required |
Rating of product on the scale of 1 to 5. Example: 2 |
|
unique_id Type: string Required |
Unique handler of the product whose review is to be added. Example: 5b308e1f083bdfbea6f88674 |
|
user_id Type: string Required |
Unique handler of the user logged in to review the product. Example: b30939dd44077042b29cd5f |
|
email Type: string Required |
Email id of the user logged in to review the product. Example: |
|
product_name Type: string Required |
Name of product. Example: Faballey Women Skirts |
| Name | Routes |
|---|---|
| add | post /api/1/entity/ms.reviews TRY IT ! |
| get | get /api/1/entity/ms.reviews/{_id} TRY IT ! |
| list | get /api/1/entity/ms.reviews TRY IT ! |
| delete | delete /api/1/entity/ms.reviews/{_id} TRY IT ! |
| publish | put /api/1/entity/ms.reviews/{_id}/publish TRY IT ! |
| unpublish | put /api/1/entity/ms.reviews/{_id}/unpublish TRY IT ! |