/
SC
schematichq
/
Schematic API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
schematichq
Schematic API
put
Upsert billing product plan
v80
OpenAPI 3.0.0
raw.githubusercontent.com
2026-08-03
260
491
955.2 KB
plans
Upsert billing product plan
put
/plans/{plan_id}/billing_products
Path parameters
plan_id
string
required
plan_id
Request body
UpsertBillingProductRequestBody
required
billing_product_id
string
nullable
billing_strategy
'schematic_managed'
|
'provider_managed'
|
'no_billing'
charge_type
'free'
|
'none'
|
'one_time'
|
'recurring'
required
currency
string
nullable
currency_prices
PlanCurrencyPriceRequestBody[]
nullable
is_trialable
boolean
required
monthly_price
integer
nullable
monthly_price_id
string
nullable
one_time_price
integer
nullable
one_time_price_id
string
nullable
quarterly_price
integer
nullable
quarterly_price_id
string
nullable
trial_days
integer
nullable
yearly_price
integer
nullable
yearly_price_id
string
nullable
Response
OK
object
required
data
BillingProductPlanResponseData
required
params
object
required
Input parameters