v1
latestOpenAPI 3.0.32026-07-26172157253.6 KBStripe Payments
Update Stripe Product
Update a Stripe product, then mirror it locally after Stripe succeeds.
patch/api/payments/stripe/{environment}/catalog/products/{productId}
Path parameters
environment'test' | 'live' required
Payment provider environment.
productIdstring required
Stripe product ID.
Request body
Response
Product updated
Example response
{
"product": {
"productId": "prod_123",
"defaultPriceId": "price_123"
}
}