sayren Docs
Me

Create review

POST
/storefront/v1/me/order-items/{orderItemId}/review
AuthorizationBearer <token>

회원 accessToken

In: header

Path Parameters

orderItemId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

rating*integer
Range1 <= value <= 5
content*string
Length10 <= length <= 2000
images?array<>
Itemsitems <= 5

Response Body

curl -X POST "https://example.com/storefront/v1/me/order-items/string/review" \  -H "Content-Type: application/json" \  -d '{    "rating": 1,    "content": "stringstri"  }'
Empty