Updates specific fields of an existing product. All fields are optional — only include the ones you want to change.
Restrictions:
status: Can only toggle between ACTIVE and CANCELLEDpriceCents: Cannot be changed for recurring card (AUTO_DEBIT) subscriptions (the Inflow offer is immutable). One-time products can always be updated. Price is updated in the product’s original currency (currency cannot be changed)frequencyInDays: Cannot be changed for products with card (AUTO_DEBIT) paymentssupply: Can always be changedAPI key authentication. Include your API key in the X-Suby-Api-Key header:
X-Suby-Api-Key: your_api_key_hereUnique identifier of the product to update
Set the product status. Can only toggle between these two values:
ACTIVE → CANCELLED: Cancels the productCANCELLED → ACTIVE: Reactivates the productACTIVE, CANCELLED "CANCELLED"
New price in cents as a string. Must be a positive integer. Updated in the product's original currency (cannot switch currency). Cannot be changed for recurring card (AUTO_DEBIT) subscriptions. Minimum 200 cents if product has card payments enabled. One-time products can always be updated, even with AUTO_DEBIT
"1499"
New billing frequency in days.
Cannot be changed for products with card (AUTO_DEBIT) payments.
Set to null to convert a subscription to a one-time product
x >= 130
New maximum number of subscriptions allowed (minimum 1)
x >= 1200
Product updated successfully