출고지·반품지
기본 출고지·반품지 지정
Authorization
bearer AuthorizationBearer <token>
userToken(계정 스코프) 또는 storeToken(스토어 스코프)
In: header
Path Parameters
addressId*string
Response Body
application/json
curl -X POST "https://example.com/v1/seller-addresses/string/default"{ "meta": { "status": 200, "code": "OK", "message": "OK", "isSuccess": true }, "data": { "addressId": "string", "type": "SHIPPING", "name": "string", "isDefault": true, "contactName": "string", "phone": "string", "zipCode": "string", "address1": "string", "address2": "string", "createdAt": "string" }, "error": null}