상품
상품 문의 작성
AuthorizationBearer <token>
회원 accessToken
In: header
Path Parameters
productId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
content*string
Length
1 <= length <= 1000secret?boolean
Default
falseResponse 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}