Skip to content

feat: 価格API(/prices)および商品API(/products)の定義追加と、Invoice作成時における price_id 指定への修正 (#45)#47

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

feat: 価格API(/prices)および商品API(/products)の定義追加と、Invoice作成時における price_id 指定への修正 (#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 に基づき、Stripe 決済仕様に準拠した価格一覧(GET /prices)および価格更新(PATCH /prices/{id})API、並びに関連する商品マスタ(GET/PATCH /products)APIを追加します。

また、一般ユーザー向けの請求書作成リクエスト(PostMeInvoiceRequest)において、指定キーを product_id から price_id に移行し、価格基準の決済処理への整合性を確保しています。

このプルリクエストは #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: 15e1b9fc-dbc5-47d0-b619-65ee9f6d8c64

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.

@reiroop reiroop force-pushed the feature/issue-45 branch from a2e0f10 to f46cc9f Compare May 31, 2026 09:12
@reiroop reiroop changed the title feat: 商品一覧の取得(GET /products)およびメタデータ等の更新(PATCH /products/:id)APIの定義追加 (#45) feat: 価格API(/prices)および商品API(/products)の定義追加と、Invoice作成時における price_id 指定への修正 (#45) May 31, 2026
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.

価格API(/prices)および商品API(/products)の定義追加と、Invoice作成時における price_id 指定への修正

1 participant