v2
latestOpenAPI 3.0.12026-07-263104131.9 MBBilling
Get product by ID
Retrieves a product by its unique identifier.
The content field structure varies by quantity type and includes price, cost, taxable, billing type, and other type-specific configuration fields. See the examples for each quantity type to understand the complete structure.
get/v2/billing/products/{id}
Path parameters
idinteger required
Product ID
Response
Product found
Example response
{
"id": 1,
"name": "Hardware Support",
"description": "Monthly hardware support service",
"quantityType": "DEVICE_COUNTS",
"productUserRole": {
"allowAllTechnicians": true,
"userRoles": [
{
"id": 1,
"name": "Admin"
}
]
},
"accountId": 8,
"taxId": 1,
"inheritTaxFromAgreement": true,
"active": true
}