Updates a price using its ID.
If successful, your response includes a copy of the updated price entity.
Requests are authenticated with API keys. Provide your API key as a Bearer token in the Authorization header.
API keys are assigned permissions, granting them access to entities and operations.
Each endpoint may require one or more permissions, defined with the x-permissions extension.
Values for include parameters may require specific permissions as defined in the x-enum-permissions extension.
See all available permissions in the permission schema or documentation.
Get an API key and select the permissions you need from the Paddle dashboard under Paddle > Developer Tools > Authentication.
Paddle ID of the price entity to work with.
"pri_01gvne87kv8vbqa9jkfbmgtsed"
Represents a price entity when updating prices.
Internal description for this price, not shown to customers. Typically notes for your team.
2 - 500Type of item. Standard items are considered part of your catalog and are shown in the Paddle dashboard.
custom, standard Name of this price, shown to customers at checkout and on invoices. Typically describes how often the related product bills.
1 - 150How often this price should be charged. null if price is non-recurring (one-time).
Trial period for the product related to this price. The billing cycle begins once the trial period is over. null for no trial period. Requires billing_cycle.
How tax is calculated for this price.
account_setting, external, internal Base price. This price applies to all customers, except for customers located in countries where you have unit_price_overrides.
List of unit price overrides. Use to override the base price with a custom price and currency for a country or group of countries.
250Limits on how many times the related product can be purchased at this price. Useful for discount campaigns.
{ "minimum": 1, "maximum": 100 }Whether this entity can be used in Paddle.
active, archived Your own structured key-value data.
{ "customer_reference_id": "abcd1234" }