Me
Create address
AuthorizationBearer <token>
회원 accessToken
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
alias*string
Length
1 <= length <= 20receiverName*string
Length
1 <= length <= 50phone*string
Match
^01[0-9]{8,9}$zipCode*string
Match
^[0-9]{5}$address1*string
Length
1 <= lengthaddress2?string
isDefault?boolean
Default
falseResponse Body
curl -X POST "https://example.com/storefront/v1/me/addresses" \ -H "Content-Type: application/json" \ -d '{ "alias": "string", "receiverName": "string", "phone": "string", "zipCode": "string", "address1": "string" }'Empty