Me
Create 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
Range
1 <= value <= 5content*string
Length
10 <= length <= 2000images?array<>
Items
items <= 5Response 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