Addreview

Add Review to an Order

post
Authorizations
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"orderId":"7","review":"4"}
Responses
200
Successful response
application/json
post
POST /V2/order/addreview HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 28

{
  "orderId": "7",
  "review": "4"
}
200

Successful response

No content