Add Service Item
Add a new pricing item or component to an existing service. Service items define the cost and billing frequency (monthly or one-time) for the service at a specific distributor or aggregator level.
What this does: Returns a confirmation for the new item. Service items define the price and billing frequency for a service at a specific distributor or aggregator scope. Multiple items can exist on a single service for different pricing tiers.
Next steps:
- View all items on the service —
GET /v1.0/services/items - Update an item —
POST /v1.0/services/items/update
Body
The service ID to add the item to
"SID-abc123"
Optional aggregator ID
"AGG-abc123"
Optional distributor ID
"DID-abc123"
The price for this service item
9.99
Whether this is a monthly recurring charge (true) or one-time (false)
true
Response
Success — returns the created service item
The response is of type object.