Skip to main content
All CollectionsPartner Support
V2 Sales Tax Setup (Pricing Model)
V2 Sales Tax Setup (Pricing Model)

V2 Sales Tax Setup (Pricing Model)

Emilie avatar
Written by Emilie
Updated this week

The latest Default Pricing Model includes a function to calculate sales tax if there are states and percentages setup in the model inputs.

/span>

The pricing model needs to be setup with Model Input to know which states and what percentage to apply taxes.

/span>

Steps to add the Model Input:

  1. Click the +Add button

  2. Under Name, enter pricingSettings

  3. Select "String" type

  4. In the string field, construct the following: {"stateTaxes":{"STATEID":percentage}}

    1. For example, {"stateTaxes":{"CO":0.06}}.

    2. Each state can be comma separated. For example, {"stateTaxes":{"CO":0.06,"KS":0.04,"MO":0.075}}

    3. The percentages should be represented in decimal format. For example, 6% tax rate is 0.06.

Did this answer your question?