v2
latestOpenAPI 3.0.12026-07-263104131.9 MBBilling
Updates a product
Updates a previously created product given its ID and updated content.
The content field structure varies by quantity type and must include all required fields for that type (price, cost, taxable, billing, and type-specific fields). See the create product description for details on required fields per quantity type.
Note: The quantity type cannot be changed after product creation.
put/v2/billing/products/{id}
Path parameters
idinteger required
Response
Product successfully updated
Example response
{
"id": 1,
"name": "Hardware Support",
"description": "Monthly hardware support service",
"quantityType": "DEVICE_COUNTS",
"accountId": 8,
"taxId": 1,
"inheritTaxFromAgreement": true,
"active": true
}