Skip to main content
Skip table of contents

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

  1. Log in to the partner tenant where all your created child tenants are displayed.

  2. Click on the Price Book icon under the Actions column for the tenant where you want to apply the price book.

image-20240531-103356.png
  1. 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.

image-20240531-104625.png

image-20240531-104845.png

  1. 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

YAML
---
- 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

YAML
---
- 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

YAML
---
- 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
      

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.