Attach a price to a product.
Section: Resource CRUD Patterns
Create a one-time price
bash
bash
stripe prices create --unit-amount 3000 --currency usd --product prod_123Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Resource CRUD Patterns