Price Book
The "Price Book" feature allows Cloud MSPs to set pricing configurations tailored to what they want their customers to see. Pricing rules can be highly varied, encompassing global, service-specific, billing entity-specific, or location-specific criteria. MSPs can use these rules to apply discounts, markups, or fixed rates within each relevant scope. This feature ensures MSPs can accurately adjust pricing according to the specified rules, providing optimal cost management for their customers.
Steps to Upload Price Book
Log in to the partner tenant where all your created child tenants are displayed.
Click on the Price Book icon under the Actions column for the tenant where you want to apply the price book.
Click on Price Rule button and upload your pricing rule book according to the example below. Ensure you replace the values with your billing account ID, code, and any other required information based on your specific rules.
After successfully uploading the price book, Click on Update and wait for the next ingestion to be completed. Ingestions are scheduled every 6 hours.
EXAMPLE YAML FOR PERCENT DISCOUNT
---
- rule_group_id: 1
provider_code: aws
billing_account_id: '755387160313'
rules:
- rule_id: 1
line_item:
rule_definition:
adjustment: 13
rule_type: percent_discount
- rule_group_id: 2
provider_code: azure
billing_account_id: 'ece56fd4-f603-5d70-9a0b-0fc0514d576a:c997628e-99fc'
rules:
- rule_id: 1
line_item:
rule_definition:
adjustment: 15
rule_type: percent_discount
EXAMPLE YAML FOR PERCENT MARKUP
---
- rule_group_id: 1
provider_code: aws
billing_account_id: '755387160313'
rules:
- rule_id: 1
line_item:
product_name: 'CloudWatch'
rule_definition:
adjustment: 13
rule_type: percent_markup
- rule_group_id: 2
provider_code: azure
billing_account_id: 'ece56fd4-f603-5d70-9a0b-0fc0514d576a:c997628e-99fc'
rules:
- rule_id: 1
line_item:
location_id: 'uswest'
rule_definition:
adjustment: 15
rule_type: percent_markup
EXAMPLE YAML FOR FIXED RATE
---
- rule_group_id: 1
provider_code: aws
billing_account_id: '755387160313'
rules:
- rule_id: 1
line_item:
product_name: ''
rule_definition:
adjustment: 50
rule_type: fixed_rate
- rule_group_id: 2
provider_code: azure
billing_account_id: 'ece56fd4-f603-5d70-9a0b-0fc0514d576a:c997628e-99fc'
rules:
- rule_id: 1
line_item:
product_name: ''
rule_definition:
adjustment: 40
rule_type: fixed_rate