Operation Id:
products/opinions/opinions/post [Official Documentaction]
Methods
- opinions Array<Object>
- createDate String
- confirmed Boolean
- rating String
- content String
- language String
- picture String
- shopId Integer
- host String
- clients Object
- scorePositive Integer
- scoreNegative Integer
- products Object
- orderSerialNumber Integer
- shopAnswer String
- opinionConfirmedByPurchase Boolean
Examples
This function retrieves the products with the given shop ID and rating, and specified type and value.
Loading editor...
const result = await idosellRequest.postProductsOpinions .shopId(1) .rating("5") .products({ "type": "id", "value": "9" }) .exec();