Me
Create claim
AuthorizationBearer <token>
회원 accessToken
In: header
Path Parameters
orderItemId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
type*string
Value in
- "CANCEL"
- "RETURN"
- "EXCHANGE"
reason*string
Value in
- "CHANGE_OF_MIND"
- "WRONG_ORDER"
- "DEFECTIVE"
- "WRONG_DELIVERY"
- "DIFFERENT_FROM_PAGE"
- "DELAY"
reasonDetail?string
Length
length <= 1000evidenceImages?array<>
Items
items <= 5exchangeOptionId?string
Response Body
curl -X POST "https://example.com/storefront/v1/me/order-items/string/claims" \ -H "Content-Type: application/json" \ -d '{ "type": "CANCEL", "reason": "CHANGE_OF_MIND" }'Empty