Skip to content

[Test]주문 API Test#237

Merged
isak-kang merged 1 commit into
developfrom
test/#221-order-test
Oct 29, 2025
Merged

[Test]주문 API Test#237
isak-kang merged 1 commit into
developfrom
test/#221-order-test

Conversation

@isak-kang

Copy link
Copy Markdown
Contributor

🛠️ Issue Number

closes #221

📌 작업 내용 및 특이사항

  • 일단 성공 케이스만 작성하였습니다.

  • Order(주문) API Test

    • 주문 상태 조회 API 테스트 (GET /orders/customer/order-detail/{orderDetailId}/delivery-status)
    • 주문 상세 조회 API 테스트 (GET /orders/customer/{orderId})
    • 주문 목록 조회 API 테스트 (GET /orders/customer)
    • 주문 생성 API 테스트 (POST /orders/customer)
  • Owner(상점) API Test

    • [상점] 배송 준비 중 목록 조회 API 테스트 (GET /orders/owner/{storeId}/preparing)
    • [상점] 부분 배송 중 목록 조회 API 테스트 (GET /orders/owner/{storeId}/partially-shipped)
    • [상점] 부분 배송 완료 목록 조회 API 테스트 (GET /orders/owner/{storeId}/partially-delivered)
    • [상점] 주문 상태 변경 (배송준비중) API 테스트 (PATCH /orders/owner/order-details/{orderDetailId}/preparing)
    • [상점] 주문 상태 변경 (배송중) API 테스트 (PATCH /orders/owner/order-details/{orderDetailId}/shipped)
    • [상점] 주문 상태 변경 (배송완료) API 테스트 (PATCH /orders/owner/order-details/{orderDetailId}/delivered)

📚 참고사항

  • 모세님의 주문관련PR가 승인되면 다시 한번 확인하고 수정, 추가 하겠습니다.

@isak-kang isak-kang linked an issue Oct 28, 2025 that may be closed by this pull request
@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 changed the title 주문 API Test [Test]주문 API Test Oct 28, 2025

@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 43940d2 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] Order API TEST

2 participants