sayren Docs
상품

상품 문의 작성

POST
/storefront/v1/products/{productId}/inquiries
AuthorizationBearer <token>

회원 accessToken

In: header

Path Parameters

productId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

content*string
Length1 <= length <= 1000
secret?boolean
Defaultfalse

Response Body

application/json

curl -X POST "https://example.com/storefront/v1/products/string/inquiries" \  -H "Content-Type: application/json" \  -d '{    "content": "string"  }'
{  "meta": {    "status": 201,    "code": "OK",    "message": "OK",    "isSuccess": true  },  "data": {    "inquiryId": "string",    "createdAt": "string"  },  "error": null}