Create Product
POST/api/products
Create a new product.
SERVICE type products cannot be created via API - they are managed internally.
Args: request: Product creation request publish: If True, immediately publish product. If False (default), save as draft. stripe_integration_id: Optional target Stripe integration ID for publishing to a specific Stripe account.
Request
Responses
- 200
- 422
Successful Response
Validation Error