Customer hierarchy is not included with all Orb billing plans by default.
Reach out to your Orb representative if you have any questions.
- Create a hierarchy relationship between a parent and child customer(s)
- Configure pricing to use the hierarchy relationship
Create a hierarchy relationship
To get started, ensure your plan includes this feature. Browse to the settings page and enable the “Customer hierarchy” feature. Once Customer hierarchy is enabled, it cannot be disabled.
Creating a customer as a parent
In the Orb UI, navigate to the customer creation page. Specify the child customers to include in the hierarchy for the newly created parent customer.Create the child customers first before creating the parent customer,
or create the parent customer first and then add the hierarchy relationships with child customers later.
Customers with existing hierarchy relationships cannot be added to another hierarchy.

hierarchy
field and specifying the child customers to include in the hierarchy.
Creating a customer as a child
In the Orb UI, navigate to the customer creation page. Specify the parent customer to include in the hierarchy for the newly created child customer.
hierarchy
field and specifying the parent customer to include in the hierarchy.
Update a customer to be a child or parent
In the Orb UI, navigate to the customers page and select the customer you want to update. Scroll to theCustomer details
section to edit the customer.

hierarchy
field and specifying either the parent customer or child customer(s) to include in the hierarchy.
Configure pricing to use a hierarchy relationship
With Customer hierarchy, you can now aggregate the usage of multiple customers on a single parent invoice. This enables the following billing configurations:- Bill any mix of parent and child customers
- Bill child customers only
- Bill groups of child customers for different prices, with the same or different billable metric
Bill parent and child customers
In the Orb UI, create a new subscription and specify the parent and child customers to bill.
Bill child customers only
In the Orb UI, create a new subscription and specify only the child customers to bill. In the Orb API, create a new subscription and specify only the child customers to bill.Specify customers to bill per price
A powerful feature of the hierarchy relationship is the ability to specify which customers will be billed individually or as part of a group for a given price. Toggle theConfigure customers per price
option to select specific customers from the hierarchy relationship for each price.

Duplicating a billable metric could lead to double billing of usage if the
same customer is included in different price intervals with the same billable metric.

usage_customer_ids
property set to specify the customers to bill.
Modify a hierarchy relationship
A hierarchy relationship that is in use in an active or upcoming subscription price cannot be modified. Cancel or end the subscription
price before modifying the hierarchy relationship.

Invoices
Customer hierarchy leads to usage aggregation at the parent customer level. This means that the usage for a subscription using a hierarchy relationship will be invoiced to the parent customer. In the Orb UI, on the customer details page for the parent customer, you can view the customer hierarchy table and the invoicing mode for each child customer.

usage_customer_ids
property
on an invoice line item will denote the billed customers.
Customer evaluation operations
There are several evaluation endpoints provided in the Orb API to build visualizations atop your event data and metrics. These operations can be used to evaluate prices, costs, and usage for a given customer or subscription. Here is a table summarizing the result of the evaluation operations based on the provided customer type in the hierarchy relationship.Operation | Parent Customer | Child Customer |
---|---|---|
Evaluate price | This will evaluate the price solely for the parent customer | This will evaluate the price solely for the child customer |
Customer costs | This will aggregate costs across the hierarchy relationship in each subscription | Nothing will be returned for the child customer |
Subscription costs | This will aggregate costs across the hierarchy relationship | Nothing will be returned for the child customer |
Subscription usage | This will aggregate usage across the hierarchy relationship | Nothing will be returned for the child customer |
Frequently Asked Questions
Can I create a hierarchy relationship between a parent and child in different currencies?
A hierarchy relationship can be created between a parent and child customers with different currencies. However since usage will be aggregated across the hierarchy and invoiced to the parent, only the currency of the parent will be used for the invoice.Can I create a hierarchy relationship between a parent and child with different tax applications?
Similar to the differing currencies, since usage will be aggregated across the hierarchy and invoiced to the parent customer, only the tax application of the parent customer will be used for the invoice.Will a newly created child customer inherit the subscription pricing from the parent customer?
The child customer will not inherit any existing subscription pricing from the parent customer. The prices on the parent customer’s subscription will need to be modified to include usage of the child customer. This can be done via the price intervals add or edit APIDoes this feature support resellers and MSPs?
Customer hierarchy is not currently designed to support resellers and MSPs. For implementation guidance or support, reach out to your Orb representative.How does this feature interact with deductions from a customer’s credit legder?
The ledger is scoped to a specific customer. Since invoicing for a subscription using a hierarchy relationship happens at the parent customer level, any usage (parent or child customers) will be deducted from the parent customer’s ledger. The ledger will show a single entry for usage deduction instead of a disaggregated breakdown per child customer. In other words, usage on a subscription linked solely to a child customer will drawdown only from the child customer’s ledger. However child customer usage on a parent customer subscription using a hierarchy relationship will drawdown from the parent customer’s ledger.How does this feature interact with the subscription lifecycle?
Plan change
A subscription plan change ends the current price intervals on the subscription. As a result, for a subscription using a hierarchy relationship, any price interval usage customers configuration will be lost and needs to be re-configured.Plan version and migration
Performing a subscription migration does not affect the hierarchy relationship on existing price intervals. New price intervals created as part of a migration will bill for usage of all customers in the hierarchy relationship.How does this feature interact with manually triggered phases?
Customer hierarchy is not supported when creating a subscription with manually triggered phases. Manually trigged phases lead to the creation of new price intervals at the point of the trigger which can then be edited viausage_customer_ids
property in the
price intervals add or edit API to specify the customers to bill.