1. 기능 개요

2. API 목록

Method Endpoint 설명
GET /api/clothes 의상 목록 조회
POST /api/clothes 의상 등록
PATCH /api/clothes/{clothesId} 의상 수정
DELETE /api/clothes/{clothesId} 의상 삭제
GET /api/clothes/extractions 구매 링크로 의상 정보 추출
POST /api/clothes/attribute-defs 의상 속성 정의 등록
PATCH /api/clothes/attribute-defs/{definitionId} 의상 속성 정의 수정
DELETE /api/clothes/attribute-defs/{definitionId} 의상 속성 정의 삭제

3. 기능별 상세 설계

📌 의상 등록

📌 의상 수정


📌 의상 삭제


📌 의상 목록 조회