pricebook_services_create
Create new service entries in ServiceTitan's pricebook by defining codes, names, pricing, categories, and operational details to manage service offerings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Service code | |
| displayName | Yes | Service display name | |
| description | No | Service description | |
| warrantyDuration | No | Warranty duration | |
| warrantyDescription | No | Warranty description | |
| categoryIds | No | Category IDs | |
| price | No | Service price | |
| memberPrice | No | Service member price | |
| addOnPrice | No | Service add-on price | |
| addOnMemberPrice | No | Service add-on member price | |
| taxable | No | Whether the service is taxable | |
| account | No | Accounting account | |
| hours | No | Labor hours | |
| isLabor | No | Whether this is a labor service | |
| recommendationIds | No | Recommendation IDs | |
| upgradeIds | No | Upgrade IDs | |
| active | No | Whether the service is active | |
| crossSaleGroup | No | Cross-sale group | |
| paysCommission | No | Whether the service pays commission | |
| bonus | No | Bonus amount | |
| commissionBonus | No | Commission bonus amount | |
| source | No | Service source | |
| externalId | No | External service ID | |
| externalData | No | External data entries | |
| businessUnitId | No | Business unit ID | |
| cost | No | Service cost | |
| soldByCommission | No | Sales commission percentage | |
| _confirmed | No | Set to true to confirm this write operation |