Prices
Update Price
Update an existing price configuration
PATCH
Updates an existing price with partial data (PATCH semantics). Only provided fields are updated. Creation-only fields cannot be modified.
Authentication
Bearer token for authentication
Path Parameters
The unique identifier of the price to update
Request Body
All fields are optional. Only include the fields you want to update.Pricing model:
flat, volume, graduated, percent, cost_based, or
noneFixed price amount (for flat pricing)
Array of volume tier objects
Whether to display volume tiers to customers
Array of graduated tier objects
Whether to display graduated tiers to customers
Percentage value 0-100
Scope:
all, product_type, or productMultiplier for cost-based pricing
Base cost price
Minimum acceptable price
Whether this is a setup fee
Whether this uses pay-as-you-go billing
ID of the default sales tax
ID of billing frequency
forever or fixed_periodNumber of billing periods
Parent price ID for dynamic pricebooks
External CRM identifier
External ERP identifier
External accounting identifier
Immutable Fields
The following fields cannot be modified after creation:product_variant_idpricebook_idcurrency_id
Response
Indicates if the request was successful
The updated price object with all fields and enriched data

