Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Updates a product's configuration while maintaining billing continuity for active customers. Use this endpoint to modify product names, metrics, pricing rules, and composite settings without disrupting ongoing billing cycles. Changes are scheduled using the starting_at timestamp, which must be on an hour boundary–set future dates to schedule updates ahead of time, or past dates for retroactive changes. Returns the updated product ID upon success.
Usage guidance: Product type cannot be changed after creation. For incorrect product types, create a new product and archive the original instead.
ID of the product to update
Timestamp representing when the update should go into effect. It must be on an hour boundary (e.g. 1:00, not 1:30).
displayed on invoices. If not provided, defaults to product's current name.
Beta feature only available for composite products. If true, products with $0 will not be included when computing composite usage. Defaults to false
Available for USAGE products only. If not provided, defaults to product's current billable metric.
Available for COMPOSITE products only. If not provided, defaults to product's current composite_product_ids.
Optional. Only valid for USAGE products. If provided, the quantity will be converted using the provided conversion factor and operation. For example, if the operation is "multiply" and the conversion factor is 100, then the quantity will be multiplied by 100. This can be used in cases where data is sent in one unit and priced in another. For example, data could be sent in MB and priced in GB. In this case, the conversion factor would be 1024 and the operation would be "divide".
Optional. Only valid for USAGE products. If provided, the quantity will be rounded using the provided rounding method and decimal places. For example, if the method is "round up" and the decimal places is 0, then the quantity will be rounded up to the nearest integer.
If not provided, defaults to product's current tags
Available for COMPOSITE products only. If not provided, defaults to product's current composite_tags.
For USAGE products only. If set, pricing for this product will be determined for each pricing_group_key value, as opposed to the product as a whole. The superset of values in the pricing group key and presentation group key must be set as one compound group key on the billable metric.
For USAGE products only. Groups usage line items on invoices. The superset of values in the pricing group key and presentation group key must be set as one compound group key on the billable metric.
Response
Success