Skip to content

[Test] : Product API Test#232

Merged
isak-kang merged 4 commits into
developfrom
test/#213-product-test
Oct 29, 2025
Merged

[Test] : Product API Test#232
isak-kang merged 4 commits into
developfrom
test/#213-product-test

Conversation

@isak-kang

Copy link
Copy Markdown
Contributor

🛠️ Issue Number

closes #213

📌 작업 내용 및 특이사항

  • 일단 성공케이스만 했습니다.

  • Product API Test

    • 상품 등록 API 테스트 (POST /products)
    • 상품 수정 API 테스트 (PATCH /products/{productId})
    • 상품 공개 상태 변경 API 테스트 (PATCH /products/{productId}/public)
    • 상품 카테고리 변경 API 테스트 (PATCH /products/{productId}/categories)
    • 상품 목록 조회 API 테스트 (GET /products)
    • 상품 상세 조회 API 테스트 (GET /products/{productId})
    • 상품 삭제 API 테스트 (DELETE /products/{productId})
    • 상품 옵션 그룹 생성 API 테스트 (POST /products/{productId}/options)
    • 상품 옵션 그룹 수정 API 테스트 (PATCH /products/options/{optionGroupId})
    • 상품 옵션 그룹 삭제 API 테스트 (DELETE /products/options/{optionGroupId})
    • 상품 옵션 값 추가 API 테스트 (POST /products/options/{optionGroupId}/values)
    • 상품 옵션 값 수정 API 테스트 (PATCH /products/options/values/{optionValueId})
    • 상품 옵션 값 삭제 API 테스트 (DELETE /products/options/values/{optionValueId})

@isak-kang isak-kang added this to the Sprint 3 milestone Oct 28, 2025
@isak-kang isak-kang self-assigned this Oct 28, 2025
@isak-kang isak-kang added the ✅ test 테스트를 작성, 또는 수정합니다. label Oct 28, 2025
@isak-kang isak-kang linked an issue Oct 28, 2025 that may be closed by this pull request

@Moses249 Moses249 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@isak-kang
isak-kang merged commit 161c31f into develop Oct 29, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✅ test 테스트를 작성, 또는 수정합니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Test] Product API Test

2 participants