Me
Create
AuthorizationBearer <token>
회원 accessToken
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
category*string
Value in
- "DELIVERY"
- "RETURN"
- "EXCHANGE"
- "PAYMENT"
- "ETC"
title*string
Length
1 <= length <= 100content*string
Length
1 <= length <= 2000orderItemId?string
Response Body
curl -X POST "https://example.com/storefront/v1/me/customer-inquiries" \ -H "Content-Type: application/json" \ -d '{ "category": "DELIVERY", "title": "string", "content": "string" }'Empty