Update Product
PUT/api/products/:product_id
Update a product.
Args: product_id: ID of product to update request: Product update request publish: If True, publish product after update. If False (default), save without publishing. stripe_integration_id: Optional target Stripe integration ID for publishing to a different Stripe account.
Request
Responses
- 200
- 422
Successful Response
Validation Error