sayren Docs
Me

Create

POST
/storefront/v1/me/customer-inquiries
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
Length1 <= length <= 100
content*string
Length1 <= length <= 2000
orderItemId?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