Skip to content

feat: 商品一覧の取得(GET /products)およびメタデータ等の更新(PATCH /products/:id)APIの定義追加 (#45)#47

Open
reiroop wants to merge 1 commit into
feature/issue-43from
feature/issue-45
Open

feat: 商品一覧の取得(GET /products)およびメタデータ等の更新(PATCH /products/:id)APIの定義追加 (#45)#47
reiroop wants to merge 1 commit into
feature/issue-43from
feature/issue-45

Conversation

@reiroop
Copy link
Copy Markdown
Collaborator

@reiroop reiroop commented May 30, 2026

本PRは、Issue #45 に基づき、登録商品の管理API(GET/PATCH /products)および商品/価格(Product/Price)スキーマの定義を追加します。このプルリクエストは #44(feature/issue-43)の上に重ねた(stacked)状態になっています。

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 30, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b23d5bab-02e5-4c6f-9d6a-73a0e01ba8b3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/issue-45

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

商品一覧の取得(GET /products)およびメタデータ等の更新(PATCH /products/:id)APIの定義追加

1 participant